зеркало из https://github.com/nextcloud/cookbook.git
Added the RecipeService as a field
To stop PHPStorm from complaining.
This commit is contained in:
Родитель
3541582574
Коммит
d0111607a9
|
@ -14,6 +14,10 @@ use OCA\Cookbook\Service\RecipeService;
|
|||
|
||||
class RecipeController extends Controller {
|
||||
private $userId;
|
||||
/**
|
||||
* @var RecipeService
|
||||
*/
|
||||
private $service;
|
||||
|
||||
public function __construct($AppName, IDBConnection $db, IRootFolder $root, IRequest $request, IConfig $config, $UserId){
|
||||
parent::__construct($AppName, $request);
|
||||
|
|
Загрузка…
Ссылка в новой задаче