| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | public function getSolutionDescription(): string |
||
| 15 | { |
||
| 16 | $defaultDatabaseName = env('DB_DATABASE'); |
||
| 17 | |||
| 18 | return "You're using the default database name `$defaultDatabaseName`. This database does not exist.\n\nEdit the `.env` file and use the correct database name in the `DB_DATABASE` key."; |
||
| 19 | } |
||
| 20 | |||
| 28 |