fix code style

This commit is contained in:
Saeed Vaziry 2024-03-23 18:35:03 +01:00
parent ee2b53f824
commit 369bf1b965

View File

@ -9,7 +9,7 @@
/** /**
* Get the migration connection name. * Get the migration connection name.
*/ */
public function getConnection(): string|null public function getConnection(): ?string
{ {
return config('telescope.storage.database.connection'); return config('telescope.storage.database.connection');
} }