mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added 403 to sad panda page
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
a8ddb2f44a
commit
e98823f7fa
|
@ -26,6 +26,6 @@ class CheckPermissions
|
|||
|
||||
return response()->view('layouts/basic', [
|
||||
'content' => view('errors/403'),
|
||||
]);
|
||||
], 403);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue