Skip to content

Commit 6a93439

Browse files
committed
Mount repositories.
1 parent c867b12 commit 6a93439

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/RestifyApplicationServiceProvider.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ public function boot()
1818
$this->authorization();
1919
$this->repositories();
2020
$this->authRoutes();
21+
22+
Restify::mountingRepositories();
2123
}
2224

2325
/**

src/RestifyServiceProvider.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ class RestifyServiceProvider extends ServiceProvider
1818
*/
1919
public function boot()
2020
{
21-
Restify::mountingRepositories();
22-
2321
$this->registerRoutes();
2422
$this->registerExceptionHandler();
2523
}

0 commit comments

Comments
 (0)