mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-10 12:24:50 +00:00
Code cleanup for all controllers.
This commit is contained in:
@@ -3,6 +3,8 @@ use FireflyIII\Helper\Related\RelatedInterface;
|
||||
use Illuminate\Support\Collection;
|
||||
|
||||
/**
|
||||
* @SuppressWarnings("CamelCase") // I'm fine with this.
|
||||
*
|
||||
* Class RelatedController
|
||||
*/
|
||||
class RelatedController extends BaseController
|
||||
@@ -10,6 +12,9 @@ class RelatedController extends BaseController
|
||||
|
||||
protected $_repository;
|
||||
|
||||
/**
|
||||
* @param RelatedInterface $repository
|
||||
*/
|
||||
public function __construct(RelatedInterface $repository)
|
||||
{
|
||||
$this->_repository = $repository;
|
||||
|
||||
Reference in New Issue
Block a user