Move the model property to the abstract repository

This commit is contained in:
Graham Campbell
2015-01-01 20:04:27 +00:00
parent 3f5566a5ed
commit 064cc099ec
5 changed files with 7 additions and 28 deletions

View File

@@ -7,13 +7,6 @@ use Component;
class EloquentComponentRepository extends EloquentRepository implements ComponentRepository
{
/**
* The eloquent model instance.
*
* @var \Component
*/
protected $model;
/**
* Create a new eloquent component repository instance.
*