public function __construct($name = null)
 {
     parent::__construct($name);
     $this->event = new Event();
 }
Example #2
0
 public function __construct($name = null)
 {
     parent::__construct($name);
     $this->migration = new Migration();
 }