Skip to content

Commit

Permalink
run pint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boy132 committed Dec 12, 2024
1 parent e620a59 commit cc02d6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/Filament/Admin/Resources/ApiKeyResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
use App\Filament\Admin\Resources\ApiKeyResource\Pages;
use App\Models\ApiKey;
use Filament\Resources\Resource;
use Illuminate\Database\Eloquent\Model;

class ApiKeyResource extends Resource
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
class CreateRole extends CreateRecord
{
public Collection $permissions;

protected static string $resource = RoleResource::class;

protected static bool $canCreateAnother = false;
Expand Down
2 changes: 1 addition & 1 deletion app/Filament/Server/Resources/ActivityResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
class ActivityResource extends Resource
{
protected static ?string $model = ActivityLog::class;

protected static ?string $modelLabel = 'Activity';

protected static ?string $pluralModelLabel = 'Activity';
Expand Down

0 comments on commit cc02d6a

Please sign in to comment.