Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Jan 15, 2025
1 parent 506f140 commit ced683d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Resource/ResourceCrudRouter.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function getFragmentLoadUrl(
DataWrapperContract|int|string|null $key = null,
array $params = []
): string {
if(is_null($page)) {
if (\is_null($page)) {
$page = $this->getIndexPage();
}

Expand Down

0 comments on commit ced683d

Please sign in to comment.