Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F117753680
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
665 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/app/Console/Commands/Data/InitCommand.php b/src/app/Console/Commands/Data/InitCommand.php
index efc47046..2836aa32 100644
--- a/src/app/Console/Commands/Data/InitCommand.php
+++ b/src/app/Console/Commands/Data/InitCommand.php
@@ -125,7 +125,7 @@ class InitCommand extends Command
}
// Inject extra passport clients
- $clients = array_merge($clients, \config('auth.extra_passport_clients') ?? []);
+ $clients = array_merge($clients, \config('auth.extra_passport_clients') ?: []);
foreach ($clients as $clientConfig) {
$client = Passport::client()->where('id', $clientConfig['id'])->first();
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Apr 4, 5:54 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822765
Default Alt Text
(665 B)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline