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

__construct() public method

public __construct ( ImageService $imageService )
$imageService Owl\Services\ImageService
    public function __construct(ImageService $imageService)
    {
        $this->imageService = $imageService;
    }
ImageController