Skip to content

Commit b0e295a

Browse files
committed
удаление функции
1 parent bd0f315 commit b0e295a

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/Providers/ModuleLoaderServiceProvider.php

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,3 @@ protected function registerAliases()
103103
]);
104104
}
105105
}
106-
107-
108-
if (! function_exists('acl_check')) {
109-
110-
/**
111-
* @param string|array $action
112-
*
113-
* @return bool
114-
*/
115-
function acl_check($action)
116-
{
117-
return true;
118-
}
119-
}

0 commit comments

Comments
 (0)