diff --git a/src/View/CrudView.php b/src/View/CrudView.php index 6713f80f..cb19d3dc 100644 --- a/src/View/CrudView.php +++ b/src/View/CrudView.php @@ -206,6 +206,5 @@ protected function _getViewFileName($name = null) } catch (MissingTemplateException $exception) { return parent::_getViewFileName($name); } - } }