Skip to content

Commit ef3b671

Browse files
committed
Fix some typos in comments.
Just updates for better understanding.
1 parent 3288d7a commit ef3b671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bindings.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
return new Davzie\LaravelBootstrap\Posts\PostsRepository( new Davzie\LaravelBootstrap\Posts\Posts );
66
});
77

8-
// The Posts Bindings
8+
// The Users Bindings
99
App::bind('Davzie\LaravelBootstrap\Accounts\UserInterface', function(){
1010
return new Davzie\LaravelBootstrap\Accounts\UserRepository( new Davzie\LaravelBootstrap\Accounts\User );
1111
});
@@ -30,7 +30,7 @@
3030
return new Davzie\LaravelBootstrap\Uploads\UploadsRepository( new Davzie\LaravelBootstrap\Uploads\Uploads );
3131
});
3232

33-
// The Uploads Bindings
33+
// The Galleries Bindings
3434
App::bind('Davzie\LaravelBootstrap\Galleries\GalleriesInterface', function(){
3535
return new Davzie\LaravelBootstrap\Galleries\GalleriesRepository( new Davzie\LaravelBootstrap\Galleries\Galleries );
36-
});
36+
});

0 commit comments

Comments
 (0)