Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-archielite committed Mar 14, 2024
1 parent 2ad4701 commit bb93da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/ApiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public function boot(): void
});
}

protected function getPath(?string $path = null): string
protected function getPath(string|null $path = null): string
{
return __DIR__ . '/../..' . ($path ? '/' . ltrim($path, '/') : '');
}
Expand Down

0 comments on commit bb93da2

Please sign in to comment.