mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Add some debug.
This commit is contained in:
@@ -35,6 +35,7 @@ trait ChecksLogin
|
||||
*/
|
||||
public function authorize(): bool
|
||||
{
|
||||
Log::debug(sprintf('Now in %s', __METHOD__));
|
||||
// Only allow logged in users
|
||||
return auth()->check();
|
||||
}
|
||||
|
Reference in New Issue
Block a user