fix issues

This commit is contained in:
xiaomlove
2025-05-12 14:37:41 +07:00
parent 9a864b817a
commit 8b2c6cea2f
6 changed files with 15 additions and 3 deletions

View File

@@ -459,4 +459,7 @@ return array (
'permission' => [
'user_token_allowed' => \App\Repositories\TokenRepository::listUserTokenPermissions(false),
],
'image_hosting' => [
'driver' => 'local',
],
);