public function __construct() { parent::__construct(); $this->table = Config('database.prefix') . 'member'; }