Owl\Repositories\Eloquent\TagFtsRepository::__construct PHP Méthode

__construct() public méthode

public __construct ( TagFts $tagFts )
$tagFts Owl\Repositories\Eloquent\Models\TagFts
    public function __construct(TagFts $tagFts)
    {
        $this->tagFts = $tagFts;
    }