mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +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);
|
||||
}
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
<?php
|
||||
namespace Domain\Sharing\Controllers;
|
||||
|
||||
use Domain\Zip\Models\Zip;
|
||||
use Illuminate\Http\Response;
|
||||
use Domain\Sharing\Models\Share;
|
||||
use App\Http\Controllers\Controller;
|
||||
|
||||
Reference in New Issue
Block a user