We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a23de5 commit 295d9f0Copy full SHA for 295d9f0
src/Support/Information.php
@@ -7,13 +7,13 @@
7
final class Information
8
{
9
protected $available = [
10
- 'Migrating:' => 'Running:',
11
'Migrated:' => 'Done:',
12
- 'Nothing to migrate' => 'Nothing to do',
+ 'Migrating:' => 'Running:',
+ 'Migration not found' => 'Action not found',
13
'Migration table created successfully' => 'Action table created successfully',
14
'Migration table not found' => 'Actions table not found',
15
'No migrations found' => 'No actions found',
16
- 'Migration not found' => 'Action not found',
+ 'Nothing to migrate' => 'Nothing to do',
17
];
18
19
public function replace(string $value): string
0 commit comments