File: /home/richfield/www/rich/vendor/_laravel_idea/_ide_helper_macro_static.php
<?php //d077fbd80c3ec8ead63b4d66859d4009
/** @noinspection all */
namespace Illuminate\Database\Eloquent {
use Illuminate\Support\HigherOrderTapProxy;
use TCG\Voyager\Translator\Collection as TranslatorCollection;
/**
* @method static $this onlyTrashed()
* @method static int restore()
* @method static $this|Model|HigherOrderTapProxy|mixed restoreOrCreate(array $attributes = [], array $values = [])
* @method static $this withTrashed($withTrashed = true)
* @method static $this withoutTrashed()
*/
class Builder {}
/**
* @method static TranslatorCollection translate()
*/
class Collection {}
}
namespace Illuminate\Http {
/**
* @method static bool hasValidRelativeSignature()
* @method static bool hasValidSignatureWhileIgnoring($ignoreQuery = [], $absolute = true)
*/
class Request {}
}
namespace Illuminate\Support\Facades {
/**
* @method static void auth($options = [])
* @method static void confirmPassword()
* @method static void emailVerification()
* @method static void resetPassword()
*/
class Route {}
}