去掉无用的参数
修改表单构建关联字段的逻辑 修改外部插件说明
This commit is contained in:
@@ -20,10 +20,6 @@ Gdoo\Model\Services\ModuleService::allWithDetails();
|
||||
|
||||
$path = Request::path();
|
||||
|
||||
if (strpos($path, 'caldav') === 0) {
|
||||
App\Support\DAV::caldav('caldav');
|
||||
}
|
||||
|
||||
if (strpos($path, 'calendar/caldav') === 0) {
|
||||
App\Support\DAV::caldav('calendar/caldav');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user