Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Http
/
Testing
:
MissingValue.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Illuminate\Http\Resources; class MissingValue implements PotentiallyMissing { /** * Determine if the object should be considered "missing". * * @return bool */ public function isMissing() { return true; } }