mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-16 10:15:02 +00:00
Fix backend code styling
This commit is contained in:
@@ -11,7 +11,6 @@ class ProtectShareRecordAction
|
||||
Share $shared
|
||||
): void {
|
||||
if ($shared->is_protected) {
|
||||
|
||||
if (! request()->hasCookie('share_session')) {
|
||||
abort(403, $this->message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user