diff --git a/src/View/CrudView.php b/src/View/CrudView.php index 428f4eca..66d27fce 100644 --- a/src/View/CrudView.php +++ b/src/View/CrudView.php @@ -24,7 +24,7 @@ class CrudView extends View implements EventListenerInterface * * @var string */ - public $layout = 'CrudView.default'; + protected $layout = 'CrudView.default'; /** * Initialization hook method.