Fix backend code styling

This commit is contained in:
MakingCG
2021-07-29 14:12:15 +00:00
committed by GitHub Actions
parent 53f667372d
commit 5341fbedc6
13 changed files with 30 additions and 52 deletions
@@ -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;