Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgreco13 authored and github-actions[bot] committed Jul 17, 2022
1 parent fcca7f2 commit 370d011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Http/Livewire/BreezySanctumTokens.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ protected function getTableQuery(): Builder
{
return PersonalAccessToken::where([
["tokenable_id", '=', Filament::auth()->id()],
["tokenable_type", '=', config('filament-breezy.user_model')]
["tokenable_type", '=', config('filament-breezy.user_model')],
]);
}

Expand Down

0 comments on commit 370d011

Please sign in to comment.