File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
return new Davzie \LaravelBootstrap \Posts \PostsRepository ( new Davzie \LaravelBootstrap \Posts \Posts );
6
6
});
7
7
8
- // The Posts Bindings
8
+ // The Users Bindings
9
9
App::bind ('Davzie\LaravelBootstrap\Accounts\UserInterface ' , function (){
10
10
return new Davzie \LaravelBootstrap \Accounts \UserRepository ( new Davzie \LaravelBootstrap \Accounts \User );
11
11
});
30
30
return new Davzie \LaravelBootstrap \Uploads \UploadsRepository ( new Davzie \LaravelBootstrap \Uploads \Uploads );
31
31
});
32
32
33
- // The Uploads Bindings
33
+ // The Galleries Bindings
34
34
App::bind ('Davzie\LaravelBootstrap\Galleries\GalleriesInterface ' , function (){
35
35
return new Davzie \LaravelBootstrap \Galleries \GalleriesRepository ( new Davzie \LaravelBootstrap \Galleries \Galleries );
36
- });
36
+ });
You can’t perform that action at this time.
0 commit comments