Laravel 9 upgrade

This commit is contained in:
Čarodej
2022-02-25 17:37:17 +01:00
parent c3a6f5d703
commit ab3a307dc1
48 changed files with 1844 additions and 1549 deletions

View File

@@ -245,7 +245,7 @@ if (! function_exists('get_storage')) {
*/
function get_storage()
{
return env('FILESYSTEM_DRIVER');
return env('FILESYSTEM_DISK');
}
}