Skip to content

Commit 050851e

Browse files
committed
Fix insight sensiolabs breakline
1 parent d227e42 commit 050851e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ Example:
9595
```bash
9696
composer global require 'byjg/migration=1.0.*'
9797
sudo ln -s $HOME/.composer/vendor/bin/migrate /usr/local/bin
98-
```
98+
```

scripts/migrate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ $application = new Application('Migrate Script by JG', '1.0.2');
1717
$application->add(new \ByJG\DbMigration\Console\ResetCommand());
1818
$application->add(new \ByJG\DbMigration\Console\UpCommand());
1919
$application->add(new \ByJG\DbMigration\Console\DownCommand());
20-
$application->run();
20+
$application->run();

0 commit comments

Comments
 (0)