Skip to content

Commit

Permalink
Added types
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Sep 8, 2024
1 parent ae7aa84 commit 3d6d945
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CrudServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CrudServiceProvider extends ServiceProvider
*
* @return void
*/
public function boot(ResourceFinder $finder, Arbitrator $arbitrator)
public function boot(ResourceFinder $finder, Arbitrator $arbitrator): void
{
$resources = $finder
->setNamespace(app()->getNamespace() . 'Orchid\\Resources')
Expand All @@ -55,7 +55,7 @@ public function boot(ResourceFinder $finder, Arbitrator $arbitrator)
*
* @return void
*/
public function register()
public function register(): void
{
$this->path = dirname(__DIR__, 1);

Expand Down

0 comments on commit 3d6d945

Please sign in to comment.