Skip to content

Instantly share code, notes, and snippets.

@aungwinthant
Created September 16, 2019 03:56
Show Gist options
  • Save aungwinthant/a64d5c68c33d678c26871e8cabcc1b50 to your computer and use it in GitHub Desktop.
Save aungwinthant/a64d5c68c33d678c26871e8cabcc1b50 to your computer and use it in GitHub Desktop.
Bind to Container
<?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