ok
Direktori : /home2/selectio/public_html/3-idiots/vendor/league/glide/src/Responses/ |
Current File : /home2/selectio/public_html/3-idiots/vendor/league/glide/src/Responses/ResponseFactoryInterface.php |
<?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); }