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