Empty URL warning

This commit is contained in:
James Cole 2018-07-28 21:03:08 +02:00
parent 5a0714ca1a
commit a681f1ce3c
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class AccountList implements BinderInterface
return $collection; return $collection;
} }
} }
Log::error('User is not logged in.'); Log::error(sprintf('Trying to show account list (%s), but user is not logged in or list is empty.', $route->uri));
throw new NotFoundHttpException; throw new NotFoundHttpException;
} }
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB