File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Support
Upload
[..]
Htmlable.php (186 B)
Edit
Rename
Del
Jsonable.php (241 B)
Edit
Rename
Del
Renderable.php (197 B)
Edit
Rename
Del
Responsable.php (306 B)
Edit
Rename
Del
ValidatedData.php (174 B)
Edit
Rename
Del
Edit: Responsable.php
<?php namespace Illuminate\Contracts\Support; interface Responsable { /** * Create an HTTP response that represents the object. * * @param \Illuminate\Http\Request $request * @return \Symfony\Component\HttpFoundation\Response */ public function toResponse($request); }
Simpan