Skip to content

Commit 918aef4

Browse files
committed
Apply fixes from StyleCI
[ci skip] [skip ci]
1 parent f4646f9 commit 918aef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BackpackServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ public function loadConfigs()
275275

276276
// add the backpack_users password broker to the configuration
277277
$laravelAuthPasswordBrokers = app()->config['auth.passwords'];
278-
$laravelFirstPasswordBroker = is_array($laravelAuthPasswordBrokers) && current($laravelAuthPasswordBrokers) ?
279-
current($laravelAuthPasswordBrokers)['table'] :
278+
$laravelFirstPasswordBroker = is_array($laravelAuthPasswordBrokers) && current($laravelAuthPasswordBrokers) ?
279+
current($laravelAuthPasswordBrokers)['table'] :
280280
'';
281281

282282
$backpackPasswordBrokerTable = config('backpack.base.password_resets_table') ??

0 commit comments

Comments
 (0)