mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 14:06:15 +00:00
fix code style
This commit is contained in:
@ -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');
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user