Add some debug.

This commit is contained in:
James Cole
2023-01-11 17:29:19 +01:00
parent e783b8dba4
commit 566a303650
2 changed files with 5 additions and 1 deletions

View File

@@ -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();
}