@@ -39,7 +39,7 @@ discard block |
||
| 39 | 39 | $table = Config::get('multilang.db.texts_table'); |
| 40 | 40 | |
| 41 | 41 | if ('' == $table) { |
| 42 | - $this->error('Couldn\'t create migration.'.PHP_EOL.'Table name can\'t be empty. Check your configuration.'); |
|
| 42 | + $this->error('Couldn\'t create migration.' . PHP_EOL . 'Table name can\'t be empty. Check your configuration.'); |
|
| 43 | 43 | |
| 44 | 44 | return; |
| 45 | 45 | } |
@@ -60,7 +60,7 @@ discard block |
||
| 60 | 60 | $this->info('Migration successfully created!'); |
| 61 | 61 | } else { |
| 62 | 62 | $this->error( |
| 63 | - 'Couldn\'t create migration.'.PHP_EOL.' Check the write permissions |
|
| 63 | + 'Couldn\'t create migration.' . PHP_EOL . ' Check the write permissions |
|
| 64 | 64 | within the database/migrations directory.' |
| 65 | 65 | ); |
| 66 | 66 | } |