Owl\Http\Controllers\FlowTagController::__construct PHP Метод

__construct() публичный Метод

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