<?php //eb887b72f4c195a7661d55cc5b0e6fb2 /** @noinspection all */ namespace Illuminate\Database\Eloquent { /** * @method $this onlyTrashed() * @method int restore() * @method $this withTrashed($withTrashed = true) * @method $this withoutTrashed() */ class Builder {} } namespace Illuminate\Http { /** * @method bool hasValidSignature($absolute = true) * @method array validate(array $rules, ...$params) * @method array validateWithBag(string $errorBag, array $rules, ...$params) */ class Request {} } namespace Illuminate\Support\Facades { /** * @method void auth($options = []) * @method void confirmPassword() * @method void emailVerification() * @method void resetPassword() */ class Route {} }