浏览代码

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';
 
 ?>