Owl\Http\Controllers\FlowTagController::__construct PHP 메소드

__construct() 공개 메소드

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