Skip to content

Commit 295d9f0

Browse files
author
Andrey Helldar
committed
Sort alphabetically
1 parent 8a23de5 commit 295d9f0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Support/Information.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
final class Information
88
{
99
protected $available = [
10-
'Migrating:' => 'Running:',
1110
'Migrated:' => 'Done:',
12-
'Nothing to migrate' => 'Nothing to do',
11+
'Migrating:' => 'Running:',
12+
'Migration not found' => 'Action not found',
1313
'Migration table created successfully' => 'Action table created successfully',
1414
'Migration table not found' => 'Actions table not found',
1515
'No migrations found' => 'No actions found',
16-
'Migration not found' => 'Action not found',
16+
'Nothing to migrate' => 'Nothing to do',
1717
];
1818

1919
public function replace(string $value): string

0 commit comments

Comments
 (0)