You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/Models/Permission.php
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ class Permission extends Validable
20
20
constACTION_CONTROL_START = 'control.start';
21
21
constACTION_CONTROL_STOP = 'control.stop';
22
22
constACTION_CONTROL_RESTART = 'control.restart';
23
-
constACTION_CONTROL_KILL = 'control.kill';
24
23
25
24
constACTION_DATABASE_READ = 'database.read';
26
25
constACTION_DATABASE_CREATE = 'database.create';
@@ -111,7 +110,6 @@ class Permission extends Validable
111
110
'start' => 'Allows a user to start the server if it is stopped.',
112
111
'stop' => 'Allows a user to stop a server if it is running.',
113
112
'restart' => 'Allows a user to perform a server restart. This allows them to start the server if it is offline, but not put the server in a completely stopped state.',
114
-
'kill' => 'Allows a user to terminate a server process.',
0 commit comments