Closes #568, adds copyright information.
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) James Brooks <james@cachethq.io>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace CachetHQ\Cachet\Repositories\Component;
|
||||
|
||||
use CachetHQ\Cachet\Models\Component;
|
||||
@@ -18,8 +27,6 @@ class EloquentComponentRepository extends EloquentRepository implements Componen
|
||||
* Create a new eloquent component repository instance.
|
||||
*
|
||||
* @param \CachetHQ\Cachet\Models\Component $model
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function __construct(Component $model)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user