Файл vendor/laravel/framework/src/Illuminate/Http/Resources/PotentiallyMissing.php Вес запакованого файла 162b (162 b) Вес распакованого файла: 217b (217 b) Метод сжатия: 8
<?php
namespace Illuminate\Http\Resources;
interface PotentiallyMissing
{
/**
* Determine if the object should be considered "missing".
*
* @return bool
*/
public function isMissing();
}