Owl\Http\Controllers\FlowTagController::__construct PHP Method

__construct() public method

public __construct ( TagService $tagService )
$tagService Owl\Services\TagService
    public function __construct(TagService $tagService)
    {
        $this->tagService = $tagService;
    }