Closed BugBuster1701 closed 8 years ago
in src/Hooks.php, line 7
The parameter dc, which is an object, should be typehinted.
dc
namespace BugBuster\RevealJs\Theme; class Hooks { public function loadLayoutDca($dc) { $layout = \Database::getInstance() ->prepare('SELECT * FROM tl_layout WHERE id=?') ->execute($dc->id);
Posted from SensioLabsInsight
in src/Hooks.php, line 7
Posted from SensioLabsInsight