diff options
-rw-r--r-- | config/bootstrap.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/bootstrap.php b/config/bootstrap.php index ceb2dae..2a46046 100644 --- a/config/bootstrap.php +++ b/config/bootstrap.php @@ -82,6 +82,6 @@ require __DIR__ . '/bootstrap/media.php'; */ // require __DIR__ . '/bootstrap/console.php'; -require __DIR__ . '/bootstrap/permissions.php'; +// require __DIR__ . '/bootstrap/permissions.php'; -?>
\ No newline at end of file +?> |