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