public function __construct(array $attributes = array())
 {
     $this->table = app("config")->get("auth-module::table_group_to_permissions");
     parent::__construct($attributes);
 }
 public function __construct(array $attributes = array())
 {
     $this->table = app("config")->get("auth-module::table_user_metas");
     parent::__construct($attributes);
 }
 public function __construct(array $attributes = array())
 {
     $this->table = app("laravel-modules")->table_module_versions;
     parent::__construct($attributes);
 }
 public function __construct(array $attributes = array())
 {
     $this->table = app("config")->get("settings-module::table_setting_groups");
     parent::__construct($attributes);
 }