Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
ilestis authored and github-actions[bot] committed Jan 14, 2025
1 parent ae2a20b commit 18532a5
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use App\Http\Resources\EntityDefaultThumbnailResource as Resource;
use App\Models\EntityType;
use App\Services\Campaign\DefaultImageService;
use Illuminate\Support\Str;

class DefaultThumbnailApiController extends ApiController
{
Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Api/v1/EntityApiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
use App\Models\EntityType;
use App\Http\Requests\API\StoreEntities;
use App\Http\Resources\EntityResource as Resource;
use App\Models\MiscModel;
use App\Services\Api\BulkEntityCreatorService;
use Illuminate\Support\Facades\DB;

Expand Down
1 change: 0 additions & 1 deletion app/Http/Controllers/Entities/EditController.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Http\Controllers\Entities;

use App\Http\Controllers\Controller;
use App\Http\Controllers\Entity\LogicException;
use App\Models\Campaign;
use App\Models\Entity;
use App\Models\MiscModel;
Expand Down
2 changes: 1 addition & 1 deletion app/Policies/EntityPolicy.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ protected function checkPostPermission(User $user, Post $post): bool
return $perms->where('user_id', $user->id)->count() == 1
||
$perms->whereIn('role_id', $roleIds)->count() == 1
;
;
}
}

0 comments on commit 18532a5

Please sign in to comment.