Created
September 16, 2019 03:56
-
-
Save aungwinthant/a64d5c68c33d678c26871e8cabcc1b50 to your computer and use it in GitHub Desktop.
Bind to Container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
public function register() | |
{ | |
$this->app->bind(CategoryRepositoryInterface::class,CategoryRepository::class); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment