mirror of
https://github.com/vitodeploy/vito.git
synced 2025-05-13 19:43:34 +00:00
10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
return [
|
|
'pagination_size' => 20,
|
|
|
|
'controllers' => [
|
|
'servers' => \App\Http\Controllers\ServerController::class,
|
|
],
|
|
];
|