We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3288d7a commit ef3b671Copy full SHA for ef3b671
src/bindings.php
@@ -5,7 +5,7 @@
5
return new Davzie\LaravelBootstrap\Posts\PostsRepository( new Davzie\LaravelBootstrap\Posts\Posts );
6
});
7
8
-// The Posts Bindings
+// The Users Bindings
9
App::bind('Davzie\LaravelBootstrap\Accounts\UserInterface', function(){
10
return new Davzie\LaravelBootstrap\Accounts\UserRepository( new Davzie\LaravelBootstrap\Accounts\User );
11
@@ -30,7 +30,7 @@
30
return new Davzie\LaravelBootstrap\Uploads\UploadsRepository( new Davzie\LaravelBootstrap\Uploads\Uploads );
31
32
33
-// The Uploads Bindings
+// The Galleries Bindings
34
App::bind('Davzie\LaravelBootstrap\Galleries\GalleriesInterface', function(){
35
return new Davzie\LaravelBootstrap\Galleries\GalleriesRepository( new Davzie\LaravelBootstrap\Galleries\Galleries );
36
-});
+});
0 commit comments