App\Http\Controllers\Quarx\GalleryController::__construct PHP Method

__construct() public method

public __construct ( ImageRepository $imageRepo )
$imageRepo Yab\Quarx\Repositories\ImageRepository
    public function __construct(ImageRepository $imageRepo)
    {
        $this->imageRepository = $imageRepo;
    }
GalleryController