public function __construct()
 {
     $this->model = new OctoberActivityLog();
     parent::__construct();
 }
Exemple #2
0
 public function __construct()
 {
     $this->model = new OctoberBadge();
     parent::__construct();
 }