Completed
Push — master ( 030da8...c02284 )
by wen
12:49
created
database/seeds/PermissionsTableSeeder.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -24,6 +24,10 @@
 block discarded – undo
24 24
         $this->storePermission('delete_permission', '删除权限');
25 25
     }
26 26
 
27
+    /**
28
+     * @param string $name
29
+     * @param string $displayName
30
+     */
27 31
     private function storePermission($name, $displayName, $description = '')
28 32
     {
29 33
         $permissionModelName = config('entrust.permission');
Please login to merge, or discard this patch.