Browse Source

begin permissions enumeration

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
e65817f164
1 changed files with 15 additions and 0 deletions
  1. 15
    0
      src/Auth/DBO/LuticatePermissions.php

+ 15
- 0
src/Auth/DBO/LuticatePermissions.php View File

@@ -0,0 +1,15 @@
1
+<?php
2
+/**
3
+ * Created by PhpStorm.
4
+ * User: robin
5
+ * Date: 9/30/15
6
+ * Time: 11:09 PM
7
+ */
8
+
9
+namespace Luticate\Auth\DBO;
10
+
11
+class LuticatePermissions
12
+{
13
+    const USER_LOGIN = "LU_USER_LOGIN";
14
+    const USER_ADD = "LU_USER_ADD";
15
+}

Loading…
Cancel
Save