/**
  * Construct Shit
  */
 public function __construct(SettingsInterface $settings)
 {
     $this->model = $settings;
     parent::__construct();
 }
 /**
  * Construct Shit
  */
 public function __construct(PostsInterface $posts)
 {
     $this->model = $posts;
     parent::__construct();
 }
 /**
  * Construct Shit
  */
 public function __construct(BlocksInterface $blocks)
 {
     $this->model = $blocks;
     parent::__construct();
 }
 /**
  * Construct Shit
  */
 public function __construct(UserInterface $users)
 {
     $this->model = $users;
     parent::__construct();
 }
 /**
  * Construct Shit
  */
 public function __construct(GalleriesInterface $galleries)
 {
     $this->model = $galleries;
     parent::__construct();
 }