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