mirror of
https://github.com/filamentphp/filament.git
synced 2026-08-30 17:07:25 +08:00
10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'default_filesystem_disk' => env('FILAMENT_FILESYSTEM_DRIVER', 'public'),
|
|
|
|
'default_attachment_upload_route' => null,
|
|
|
|
];
|