Closed BugBuster1701 closed 8 years ago
in src/Hooks.php, line 122
The parameter dc, which is an object, should be typehinted.
dc
->execute($dc->id); } } } public function loadArticleDca($dc) { $layout = null; $article = \ArticleModel::findByPk($dc->id); $page = \PageModel::findWithDetails($article->pid);
Posted from SensioLabsInsight
in src/Hooks.php, line 122
Posted from SensioLabsInsight