repository
repository copied to clipboard
ErrorException: Argument 1 passed to Bosnadev\Repositories\Eloquent\Repository::__construct() must be an instance of Illuminate\Container\Container, none given, called in
When i run a test to test the controller class that issues arise.How to get ride of that.Here is my test class
Me too see error in make seeder
Solution: $repo = new \App\Repositories\AppRepository(app(), \Illuminate\Support\Collection::make());