Your IP : 3.148.112.15


Current Path : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Http/Resources/
Upload File :
Current File : /home/lentoinv/props/vendor/laravel/framework/src/Illuminate/Http/Resources/MissingValue.php

<?php

namespace Illuminate\Http\Resources;

class MissingValue implements PotentiallyMissing
{
    /**
     * Determine if the object should be considered "missing".
     *
     * @return bool
     */
    public function isMissing()
    {
        return true;
    }
}

?>