mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 11:48:55 +00:00
Applied PHP-CS-Fixer rules
This commit is contained in:
@@ -32,7 +32,6 @@ class ChoresController extends BaseController
|
||||
'products' => $this->getDatabase()->products()->orderBy('name')
|
||||
]);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public function ChoresList(\Psr\Http\Message\ServerRequestInterface $request, \Psr\Http\Message\ResponseInterface $response, array $args)
|
||||
@@ -85,5 +84,4 @@ class ChoresController extends BaseController
|
||||
{
|
||||
parent::__construct($container);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user