Skip to content

Commit 9295a2d

Browse files
committed
🧹 Fixed code-style
1 parent 02bfb39 commit 9295a2d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/Constants/Names.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
class Names
66
{
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';
1616
}

0 commit comments

Comments
 (0)