瀏覽代碼

Started implementing permissions

Michael Francis 14 年之前
父節點
當前提交
a4cd3894c1
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      config/bootstrap.php

+ 1 - 0
config/bootstrap.php

@@ -82,5 +82,6 @@ require __DIR__ . '/bootstrap/media.php';
  */
 // require __DIR__ . '/bootstrap/console.php';
 
+require __DIR__ . '/bootstrap/permissions.php';
 
 ?>