Owl\Services\ImageService::__construct PHP Method

__construct() public method

public __construct ( Owl\Repositories\ImageRepositoryInterface $imageRepo )
$imageRepo Owl\Repositories\ImageRepositoryInterface
    public function __construct(ImageRepositoryInterface $imageRepo)
    {
        $this->imageRepo = $imageRepo;
    }