File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
5
5
class Names
6
6
{
7
- public const Operations = 'operations ' ;
8
- public const Fresh = 'operations:fresh ' ;
9
- public const Install = 'operations:install ' ;
10
- public const Make = 'make:operation ' ;
11
- public const Refresh = 'operations:refresh ' ;
12
- public const Reset = 'operations:reset ' ;
13
- public const Rollback = 'operations:rollback ' ;
14
- public const Status = 'operations:status ' ;
15
- public const Upgrade = 'operations:upgrade ' ;
7
+ public const Operations = 'operations ' ;
8
+ public const Fresh = 'operations:fresh ' ;
9
+ public const Install = 'operations:install ' ;
10
+ public const Make = 'make:operation ' ;
11
+ public const Refresh = 'operations:refresh ' ;
12
+ public const Reset = 'operations:reset ' ;
13
+ public const Rollback = 'operations:rollback ' ;
14
+ public const Status = 'operations:status ' ;
15
+ public const Upgrade = 'operations:upgrade ' ;
16
16
}
You can’t perform that action at this time.
0 commit comments