implement abstract method from AbstractCrudController in Country

Controller
This commit is contained in:
Manuel Raynaud
2013-10-07 11:34:29 +02:00
parent 3b20d5baf5
commit 0f1dee978c
4 changed files with 51 additions and 81 deletions

View File

@@ -38,7 +38,7 @@ class CountryEvent extends ActionEvent
*/
protected $country;
function __construct(Country $country)
function __construct(Country $country = null)
{
$this->country = $country;
}