mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 22:16:15 +00:00
* wip * wip * cleanup * notification channels * phpstan * services * remove server types * refactoring * refactoring
8 lines
126 B
PHP
8 lines
126 B
PHP
<?php
|
|
|
|
return [
|
|
'providers' => [
|
|
// this will be automatically registered by the StorageServiceProvider
|
|
],
|
|
];
|