Added repository files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php namespace Cachet\Support\ServiceProviders;
|
||||
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
|
||||
class RepositoryServiceProvider extends ServiceProvider {
|
||||
|
||||
public function register()
|
||||
{
|
||||
$this->app->bind('Cachet\Repositories\Component\ComponentRepository', 'Cachet\Repositories\Component\EloquentComponentRepository');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user