mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Various code cleanup.
This commit is contained in:
@@ -88,7 +88,7 @@ class Authenticate
|
||||
protected function authenticate($request, array $guards)
|
||||
{
|
||||
|
||||
if (0 === count($guards)) {
|
||||
if (empty($guards)) {
|
||||
try {
|
||||
// go for default guard:
|
||||
/** @noinspection PhpUndefinedMethodInspection */
|
||||
|
Reference in New Issue
Block a user