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
12 lines
169 B
PHP
12 lines
169 B
PHP
<?php
|
|
|
|
use App\Http\Controllers\ServerController;
|
|
|
|
return [
|
|
'pagination_size' => 10,
|
|
|
|
'controllers' => [
|
|
'servers' => ServerController::class,
|
|
],
|
|
];
|