Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
saade authored and github-actions[bot] committed Feb 8, 2024
1 parent 47ee4da commit 9d3b5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/Concerns/InteractsWithRecords.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function resolveRecordRouteBinding(int | string $key): ?Model

protected function getEloquentQuery(): Builder
{
$query = app($this->getModel())::query();
$query = app($this->getModel())::query();

// TODO: Scope query to tenant.

Expand Down

0 comments on commit 9d3b5cb

Please sign in to comment.