implement abstract method from AbstractCrudController in Country
Controller
This commit is contained in:
@@ -38,7 +38,7 @@ class CountryEvent extends ActionEvent
|
||||
*/
|
||||
protected $country;
|
||||
|
||||
function __construct(Country $country)
|
||||
function __construct(Country $country = null)
|
||||
{
|
||||
$this->country = $country;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user