Commit 8dd54762 by 杨树贤

忽略文件

parent 0b40e1c4
...@@ -3,13 +3,6 @@ ...@@ -3,13 +3,6 @@
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="fb90add0-1393-48c2-9f26-72365d42cd03" name="变更" comment=""> <list default="true" id="fb90add0-1393-48c2-9f26-72365d42cd03" name="变更" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Http/Controllers/Api/UserAddressApiController.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Http/Controllers/Api/UserAddressApiController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Http/Controllers/Api/UserApiController.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Http/Controllers/Api/UserApiController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Http/Controllers/UserAddressesController.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Http/Controllers/UserAddressController.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Http/Requests/BaseRequest.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Http/Requests/BaseRequest.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Http/Requests/UserRegister.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Http/Requests/UserRegister.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Models/UserAddressModel.php" beforeDir="false" afterPath="$PROJECT_DIR$/app/Models/UserAddressModel.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/routes/api.php" beforeDir="false" afterPath="$PROJECT_DIR$/routes/api.php" afterDir="false" />
<change beforePath="$PROJECT_DIR$/storage/app/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/storage/app/.gitignore" afterDir="false" /> <change beforePath="$PROJECT_DIR$/storage/app/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/storage/app/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/storage/app/public/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/storage/app/public/.gitignore" afterDir="false" /> <change beforePath="$PROJECT_DIR$/storage/app/public/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/storage/app/public/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/storage/framework/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/storage/framework/.gitignore" afterDir="false" /> <change beforePath="$PROJECT_DIR$/storage/framework/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/storage/framework/.gitignore" afterDir="false" />
...@@ -157,6 +150,7 @@ ...@@ -157,6 +150,7 @@
<property name="last_opened_file_path" value="$PROJECT_DIR$/app/Http/Services" /> <property name="last_opened_file_path" value="$PROJECT_DIR$/app/Http/Services" />
<property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" /> <property name="nodejs_interpreter_path.stuck_in_default_project" value="undefined stuck path" />
<property name="nodejs_package_manager_path" value="npm" /> <property name="nodejs_package_manager_path" value="npm" />
<property name="settings.editor.selected.configurable" value="preferences.pluginManager" />
<property name="vue.rearranger.settings.migration" value="true" /> <property name="vue.rearranger.settings.migration" value="true" />
</component> </component>
<component name="RecentsManager"> <component name="RecentsManager">
...@@ -188,7 +182,8 @@ ...@@ -188,7 +182,8 @@
<updated>1666170258203</updated> <updated>1666170258203</updated>
<workItem from="1666170260162" duration="17108000" /> <workItem from="1666170260162" duration="17108000" />
<workItem from="1666835076791" duration="693000" /> <workItem from="1666835076791" duration="693000" />
<workItem from="1667266026118" duration="39544000" /> <workItem from="1667266026118" duration="40321000" />
<workItem from="1667959054458" duration="183000" />
</task> </task>
<servers /> <servers />
</component> </component>
......
<?php <?php //57e58246c1892c9d4d68cdd025828591
/** @noinspection PhpUndefinedClassInspection */ /** @noinspection all */
/** @noinspection PhpFullyQualifiedNameUsageInspection */
namespace Facade\Ignition\Facades { namespace Facade\Ignition\Facades {
/** /**
* @see \Facade\FlareClient\Flare::applicationPath * @see \Facade\FlareClient\Flare::applicationPath
* @method static \Facade\FlareClient\Flare applicationPath(string $applicationPath) * @method static \Facade\FlareClient\Flare applicationPath(string $applicationPath)
...@@ -68,7 +67,7 @@ namespace Facade\Ignition\Facades { ...@@ -68,7 +67,7 @@ namespace Facade\Ignition\Facades {
} }
namespace Illuminate\Support\Facades { namespace Illuminate\Support\Facades {
/** /**
* @see \Illuminate\Contracts\Foundation\Application::runningUnitTests * @see \Illuminate\Contracts\Foundation\Application::runningUnitTests
* @method static bool runningUnitTests() * @method static bool runningUnitTests()
...@@ -168,7 +167,7 @@ namespace Illuminate\Support\Facades { ...@@ -168,7 +167,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Support\ServiceProvider register(\Illuminate\Support\ServiceProvider|string $provider, bool $force = false) * @method static \Illuminate\Support\ServiceProvider register(\Illuminate\Support\ServiceProvider|string $provider, bool $force = false)
*/ */
class App {} class App {}
/** /**
* @see \Illuminate\Contracts\Console\Kernel::all * @see \Illuminate\Contracts\Console\Kernel::all
* @method static array all() * @method static array all()
...@@ -184,7 +183,7 @@ namespace Illuminate\Support\Facades { ...@@ -184,7 +183,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Foundation\Bus\PendingDispatch queue(string $command, array $parameters = []) * @method static \Illuminate\Foundation\Bus\PendingDispatch queue(string $command, array $parameters = [])
*/ */
class Artisan {} class Artisan {}
/** /**
* @see \Illuminate\Auth\CreatesUserProviders::getDefaultUserProvider * @see \Illuminate\Auth\CreatesUserProviders::getDefaultUserProvider
* @method static string getDefaultUserProvider() * @method static string getDefaultUserProvider()
...@@ -242,7 +241,7 @@ namespace Illuminate\Support\Facades { ...@@ -242,7 +241,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Contracts\Auth\Authenticatable loginUsingId($id, bool $remember = false) * @method static \Illuminate\Contracts\Auth\Authenticatable loginUsingId($id, bool $remember = false)
*/ */
class Auth {} class Auth {}
/** /**
* @see \Illuminate\View\Compilers\BladeCompiler::getCustomDirectives * @see \Illuminate\View\Compilers\BladeCompiler::getCustomDirectives
* @method static array getCustomDirectives() * @method static array getCustomDirectives()
...@@ -306,13 +305,13 @@ namespace Illuminate\Support\Facades { ...@@ -306,13 +305,13 @@ namespace Illuminate\Support\Facades {
* @method static string newComponentHash(string $component) * @method static string newComponentHash(string $component)
*/ */
class Blade {} class Blade {}
/** /**
* @see \Illuminate\Contracts\Broadcasting\Factory::connection * @see \Illuminate\Contracts\Broadcasting\Factory::connection
* @method static \Illuminate\Contracts\Broadcasting\Broadcaster connection(null|string $name = null) * @method static \Illuminate\Contracts\Broadcasting\Broadcaster connection(null|string $name = null)
*/ */
class Broadcast {} class Broadcast {}
/** /**
* @see \Illuminate\Contracts\Bus\Dispatcher::getCommandHandler * @see \Illuminate\Contracts\Bus\Dispatcher::getCommandHandler
* @method static bool|mixed getCommandHandler($command) * @method static bool|mixed getCommandHandler($command)
...@@ -328,7 +327,7 @@ namespace Illuminate\Support\Facades { ...@@ -328,7 +327,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Contracts\Bus\Dispatcher map(array $map) * @method static \Illuminate\Contracts\Bus\Dispatcher map(array $map)
*/ */
class Bus {} class Bus {}
/** /**
* @see \Psr\SimpleCache\CacheInterface::setMultiple * @see \Psr\SimpleCache\CacheInterface::setMultiple
* @method static bool setMultiple(iterable $values, \DateInterval|int|null $ttl = null) * @method static bool setMultiple(iterable $values, \DateInterval|int|null $ttl = null)
...@@ -422,7 +421,7 @@ namespace Illuminate\Support\Facades { ...@@ -422,7 +421,7 @@ namespace Illuminate\Support\Facades {
* @method static mixed macroCall(string $method, array $parameters) * @method static mixed macroCall(string $method, array $parameters)
*/ */
class Cache {} class Cache {}
/** /**
* @see \Illuminate\Config\Repository::all * @see \Illuminate\Config\Repository::all
* @method static array all() * @method static array all()
...@@ -448,7 +447,7 @@ namespace Illuminate\Support\Facades { ...@@ -448,7 +447,7 @@ namespace Illuminate\Support\Facades {
* @method static void push(string $key, $value) * @method static void push(string $key, $value)
*/ */
class Config {} class Config {}
/** /**
* @see \Illuminate\Support\Traits\Macroable::macro * @see \Illuminate\Support\Traits\Macroable::macro
* @method static void macro(string $name, callable|object $macro) * @method static void macro(string $name, callable|object $macro)
...@@ -476,7 +475,7 @@ namespace Illuminate\Support\Facades { ...@@ -476,7 +475,7 @@ namespace Illuminate\Support\Facades {
* @method static void queue(...$parameters) * @method static void queue(...$parameters)
*/ */
class Cookie {} class Cookie {}
/** /**
* @see \Illuminate\Encryption\Encrypter::getKey * @see \Illuminate\Encryption\Encrypter::getKey
* @method static string getKey() * @method static string getKey()
...@@ -494,7 +493,7 @@ namespace Illuminate\Support\Facades { ...@@ -494,7 +493,7 @@ namespace Illuminate\Support\Facades {
* @method static bool supported(string $key, string $cipher) * @method static bool supported(string $key, string $cipher)
*/ */
class Crypt {} class Crypt {}
/** /**
* @see \Illuminate\Database\Connection::logQuery * @see \Illuminate\Database\Connection::logQuery
* @method static void logQuery(string $query, array $bindings, float|null $time = null) * @method static void logQuery(string $query, array $bindings, float|null $time = null)
...@@ -648,7 +647,7 @@ namespace Illuminate\Support\Facades { ...@@ -648,7 +647,7 @@ namespace Illuminate\Support\Facades {
* @method static mixed|null getResolver(string $driver) * @method static mixed|null getResolver(string $driver)
*/ */
class DB {} class DB {}
/** /**
* @see \Illuminate\Events\Dispatcher::dispatch * @see \Illuminate\Events\Dispatcher::dispatch
* @method static array|null dispatch(object|string $event, $payload = [], bool $halt = false) * @method static array|null dispatch(object|string $event, $payload = [], bool $halt = false)
...@@ -686,7 +685,7 @@ namespace Illuminate\Support\Facades { ...@@ -686,7 +685,7 @@ namespace Illuminate\Support\Facades {
* @method static array getListeners(string $eventName) * @method static array getListeners(string $eventName)
*/ */
class Event {} class Event {}
/** /**
* @see \Illuminate\Filesystem\Filesystem::extension * @see \Illuminate\Filesystem\Filesystem::extension
* @method static string extension(string $path) * @method static string extension(string $path)
...@@ -776,7 +775,7 @@ namespace Illuminate\Support\Facades { ...@@ -776,7 +775,7 @@ namespace Illuminate\Support\Facades {
* @method static bool deleteDirectories(string $directory) * @method static bool deleteDirectories(string $directory)
*/ */
class File {} class File {}
/** /**
* @see \Illuminate\Contracts\Auth\Access\Gate::allows * @see \Illuminate\Contracts\Auth\Access\Gate::allows
* @method static bool allows(string $ability, array|mixed $arguments = []) * @method static bool allows(string $ability, array|mixed $arguments = [])
...@@ -812,7 +811,7 @@ namespace Illuminate\Support\Facades { ...@@ -812,7 +811,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Contracts\Auth\Access\Gate policy(string $class, string $policy) * @method static \Illuminate\Contracts\Auth\Access\Gate policy(string $class, string $policy)
*/ */
class Gate {} class Gate {}
/** /**
* @see \Illuminate\Hashing\HashManager::createArgonDriver * @see \Illuminate\Hashing\HashManager::createArgonDriver
* @method static \Illuminate\Hashing\ArgonHasher createArgonDriver() * @method static \Illuminate\Hashing\ArgonHasher createArgonDriver()
...@@ -838,7 +837,7 @@ namespace Illuminate\Support\Facades { ...@@ -838,7 +837,7 @@ namespace Illuminate\Support\Facades {
* @method static array info(string $hashedValue) * @method static array info(string $hashedValue)
*/ */
class Hash {} class Hash {}
/** /**
* @see \Illuminate\Http\Client\Factory::assertSentCount * @see \Illuminate\Http\Client\Factory::assertSentCount
* @method static void assertSentCount(int $count) * @method static void assertSentCount(int $count)
...@@ -874,7 +873,7 @@ namespace Illuminate\Support\Facades { ...@@ -874,7 +873,7 @@ namespace Illuminate\Support\Facades {
* @method static void assertNotSent(callable $callback) * @method static void assertNotSent(callable $callback)
*/ */
class Http {} class Http {}
/** /**
* @see \Illuminate\Translation\Translator::parseKey * @see \Illuminate\Translation\Translator::parseKey
* @method static array parseKey(string $key) * @method static array parseKey(string $key)
...@@ -922,7 +921,7 @@ namespace Illuminate\Support\Facades { ...@@ -922,7 +921,7 @@ namespace Illuminate\Support\Facades {
* @method static void setSelector(\Illuminate\Translation\MessageSelector $selector) * @method static void setSelector(\Illuminate\Translation\MessageSelector $selector)
*/ */
class Lang {} class Lang {}
/** /**
* @see \Illuminate\Log\Logger::debug * @see \Illuminate\Log\Logger::debug
* @method static void debug(string $message, array $context = []) * @method static void debug(string $message, array $context = [])
...@@ -954,7 +953,7 @@ namespace Illuminate\Support\Facades { ...@@ -954,7 +953,7 @@ namespace Illuminate\Support\Facades {
* @method static void notice(string $message, array $context = []) * @method static void notice(string $message, array $context = [])
*/ */
class Log {} class Log {}
/** /**
* @see \Illuminate\Mail\Mailer::alwaysReplyTo * @see \Illuminate\Mail\Mailer::alwaysReplyTo
* @method static void alwaysReplyTo(string $address, null|string $name = null) * @method static void alwaysReplyTo(string $address, null|string $name = null)
...@@ -1030,7 +1029,7 @@ namespace Illuminate\Support\Facades { ...@@ -1030,7 +1029,7 @@ namespace Illuminate\Support\Facades {
* @method static void assertNotSent(string $mailable, callable|null $callback = null) * @method static void assertNotSent(string $mailable, callable|null $callback = null)
*/ */
class Mail {} class Mail {}
/** /**
* @see \Illuminate\Notifications\ChannelManager::channel * @see \Illuminate\Notifications\ChannelManager::channel
* @method static mixed channel(null|string $name = null) * @method static mixed channel(null|string $name = null)
...@@ -1054,7 +1053,7 @@ namespace Illuminate\Support\Facades { ...@@ -1054,7 +1053,7 @@ namespace Illuminate\Support\Facades {
* @method static array getDrivers() * @method static array getDrivers()
*/ */
class Notification {} class Notification {}
/** /**
* @see \Illuminate\Auth\Passwords\PasswordBroker::sendResetLink * @see \Illuminate\Auth\Passwords\PasswordBroker::sendResetLink
* @method static string sendResetLink(array $credentials) * @method static string sendResetLink(array $credentials)
...@@ -1072,7 +1071,7 @@ namespace Illuminate\Support\Facades { ...@@ -1072,7 +1071,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Contracts\Auth\CanResetPassword|mixed|null|string reset(array $credentials, \Closure $callback) * @method static \Illuminate\Contracts\Auth\CanResetPassword|mixed|null|string reset(array $credentials, \Closure $callback)
*/ */
class Password {} class Password {}
/** /**
* @see \Illuminate\Queue\QueueManager::addConnector * @see \Illuminate\Queue\QueueManager::addConnector
* @method static void addConnector(string $driver, \Closure $resolver) * @method static void addConnector(string $driver, \Closure $resolver)
...@@ -1130,7 +1129,7 @@ namespace Illuminate\Support\Facades { ...@@ -1130,7 +1129,7 @@ namespace Illuminate\Support\Facades {
* @method static mixed getJobExpiration($job) * @method static mixed getJobExpiration($job)
*/ */
class Queue {} class Queue {}
/** /**
* @see \Illuminate\Support\Traits\Macroable::macro * @see \Illuminate\Support\Traits\Macroable::macro
* @method static void macro(string $name, callable|object $macro) * @method static void macro(string $name, callable|object $macro)
...@@ -1170,7 +1169,7 @@ namespace Illuminate\Support\Facades { ...@@ -1170,7 +1169,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Routing\UrlGenerator getUrlGenerator() * @method static \Illuminate\Routing\UrlGenerator getUrlGenerator()
*/ */
class Redirect {} class Redirect {}
/** /**
* @see \Illuminate\Redis\Connections\Connection::throttle * @see \Illuminate\Redis\Connections\Connection::throttle
* @method static \Illuminate\Redis\Limiters\DurationLimiterBuilder throttle(string $name) * @method static \Illuminate\Redis\Limiters\DurationLimiterBuilder throttle(string $name)
...@@ -1222,7 +1221,7 @@ namespace Illuminate\Support\Facades { ...@@ -1222,7 +1221,7 @@ namespace Illuminate\Support\Facades {
* @method static mixed macroCall(string $method, array $parameters) * @method static mixed macroCall(string $method, array $parameters)
*/ */
class Redis {} class Redis {}
/** /**
* @see \Illuminate\Http\Request::hasValidSignature * @see \Illuminate\Http\Request::hasValidSignature
* @method static bool hasValidSignature($absolute = true) * @method static bool hasValidSignature($absolute = true)
...@@ -1544,7 +1543,7 @@ namespace Illuminate\Support\Facades { ...@@ -1544,7 +1543,7 @@ namespace Illuminate\Support\Facades {
* @method static array getLanguages() * @method static array getLanguages()
*/ */
class Request {} class Request {}
/** /**
* @see \Illuminate\Contracts\Routing\ResponseFactory::streamDownload * @see \Illuminate\Contracts\Routing\ResponseFactory::streamDownload
* @method static \Symfony\Component\HttpFoundation\StreamedResponse streamDownload(\Closure $callback, null|string $name = null, array $headers = [], null|string $disposition = 'attachment') * @method static \Symfony\Component\HttpFoundation\StreamedResponse streamDownload(\Closure $callback, null|string $name = null, array $headers = [], null|string $disposition = 'attachment')
...@@ -1576,7 +1575,7 @@ namespace Illuminate\Support\Facades { ...@@ -1576,7 +1575,7 @@ namespace Illuminate\Support\Facades {
* @method static \Illuminate\Http\RedirectResponse redirectToAction(string $action, $parameters = [], int $status = 302, array $headers = []) * @method static \Illuminate\Http\RedirectResponse redirectToAction(string $action, $parameters = [], int $status = 302, array $headers = [])
*/ */
class Response {} class Response {}
/** /**
* @see \Illuminate\Routing\Router::apiResources * @see \Illuminate\Routing\Router::apiResources
* @method static void apiResources(array $resources, array $options = []) * @method static void apiResources(array $resources, array $options = [])
...@@ -1726,9 +1725,17 @@ namespace Illuminate\Support\Facades { ...@@ -1726,9 +1725,17 @@ namespace Illuminate\Support\Facades {
* @method static mixed macroCall(string $method, array $parameters) * @method static mixed macroCall(string $method, array $parameters)
* @see \Illuminate\Routing\Router::getPatterns * @see \Illuminate\Routing\Router::getPatterns
* @method static array getPatterns() * @method static array getPatterns()
* @see Route::emailVerification
* @method static void emailVerification()
* @see Route::auth
* @method static void auth($options = [])
* @see Route::resetPassword
* @method static void resetPassword()
* @see Route::confirmPassword
* @method static void confirmPassword()
*/ */
class Route {} class Route {}
/** /**
* @see \Illuminate\Database\Schema\Builder::disableForeignKeyConstraints * @see \Illuminate\Database\Schema\Builder::disableForeignKeyConstraints
* @method static bool disableForeignKeyConstraints() * @method static bool disableForeignKeyConstraints()
...@@ -1774,7 +1781,7 @@ namespace Illuminate\Support\Facades { ...@@ -1774,7 +1781,7 @@ namespace Illuminate\Support\Facades {
* @method static void table(string $table, \Closure $callback) * @method static void table(string $table, \Closure $callback)
*/ */
class Schema {} class Schema {}
/** /**
* @see \Illuminate\Session\SessionManager::setDefaultDriver * @see \Illuminate\Session\SessionManager::setDefaultDriver
* @method static void setDefaultDriver(string $name) * @method static void setDefaultDriver(string $name)
...@@ -1878,7 +1885,7 @@ namespace Illuminate\Support\Facades { ...@@ -1878,7 +1885,7 @@ namespace Illuminate\Support\Facades {
* @method static void setId(string $id) * @method static void setId(string $id)
*/ */
class Session {} class Session {}
/** /**
* @see \Illuminate\Filesystem\FilesystemManager::createS3Driver * @see \Illuminate\Filesystem\FilesystemManager::createS3Driver
* @method static \Illuminate\Contracts\Filesystem\Cloud|\Illuminate\Contracts\Filesystem\Filesystem|\Illuminate\Filesystem\FilesystemAdapter createS3Driver(array $config) * @method static \Illuminate\Contracts\Filesystem\Cloud|\Illuminate\Contracts\Filesystem\Filesystem|\Illuminate\Filesystem\FilesystemAdapter createS3Driver(array $config)
...@@ -1944,7 +1951,7 @@ namespace Illuminate\Support\Facades { ...@@ -1944,7 +1951,7 @@ namespace Illuminate\Support\Facades {
* @method static bool append(string $path, string $data) * @method static bool append(string $path, string $data)
*/ */
class Storage {} class Storage {}
/** /**
* @see \Illuminate\Routing\UrlGenerator::formatRoot * @see \Illuminate\Routing\UrlGenerator::formatRoot
* @method static string formatRoot(string $scheme, null|string $root = null) * @method static string formatRoot(string $scheme, null|string $root = null)
...@@ -2022,7 +2029,7 @@ namespace Illuminate\Support\Facades { ...@@ -2022,7 +2029,7 @@ namespace Illuminate\Support\Facades {
* @method static string asset(string $path, bool|null $secure = null) * @method static string asset(string $path, bool|null $secure = null)
*/ */
class URL {} class URL {}
/** /**
* @see \Illuminate\Validation\Factory::resolver * @see \Illuminate\Validation\Factory::resolver
* @method static void resolver(\Closure $resolver) * @method static void resolver(\Closure $resolver)
...@@ -2046,7 +2053,7 @@ namespace Illuminate\Support\Facades { ...@@ -2046,7 +2053,7 @@ namespace Illuminate\Support\Facades {
* @method static array validate(array $data, array $rules, array $messages = [], array $customAttributes = []) * @method static array validate(array $data, array $rules, array $messages = [], array $customAttributes = [])
*/ */
class Validator {} class Validator {}
/** /**
* @see \Illuminate\View\Concerns\ManagesLayouts::stopSection * @see \Illuminate\View\Concerns\ManagesLayouts::stopSection
* @method static string stopSection(bool $overwrite = false) * @method static string stopSection(bool $overwrite = false)
...@@ -2228,4 +2235,4 @@ namespace { ...@@ -2228,4 +2235,4 @@ namespace {
class URL extends Illuminate\Support\Facades\URL {} class URL extends Illuminate\Support\Facades\URL {}
class Validator extends Illuminate\Support\Facades\Validator {} class Validator extends Illuminate\Support\Facades\Validator {}
class View extends Illuminate\Support\Facades\View {} class View extends Illuminate\Support\Facades\View {}
} }
\ No newline at end of file
<?php <?php //eb887b72f4c195a7661d55cc5b0e6fb2
/** @noinspection PhpUndefinedClassInspection */ /** @noinspection all */
/** @noinspection PhpFullyQualifiedNameUsageInspection */
namespace Illuminate\Http { 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 validate(array $rules, ...$params)
* @method array validateWithBag(string $errorBag, array $rules, ...$params) * @method array validateWithBag(string $errorBag, array $rules, ...$params)
* @method bool hasValidSignature($absolute = true)
*/ */
class Request {} class Request {}
} }
namespace Illuminate\Support\Facades { namespace Illuminate\Support\Facades {
/** /**
* @method void emailVerification()
* @method void auth($options = []) * @method void auth($options = [])
* @method void resetPassword()
* @method void confirmPassword() * @method void confirmPassword()
* @method void emailVerification()
* @method void resetPassword()
*/ */
class Route {} class Route {}
} }
\ No newline at end of file
<?php <?php //5f7aad5b00d94544916e296bddb7d62f
/** @noinspection PhpUndefinedClassInspection */ /** @noinspection all */
/** @noinspection PhpFullyQualifiedNameUsageInspection */
namespace Illuminate\Http { namespace Illuminate\Database\Eloquent {
/**
* @method static $this onlyTrashed()
* @method static int restore()
* @method static $this withTrashed($withTrashed = true)
* @method static $this withoutTrashed()
*/
class Builder {}
}
namespace Illuminate\Http {
/** /**
* @method static bool hasValidSignature($absolute = true)
* @method static array validate(array $rules, ...$params) * @method static array validate(array $rules, ...$params)
* @method static array validateWithBag(string $errorBag, array $rules, ...$params) * @method static array validateWithBag(string $errorBag, array $rules, ...$params)
* @method static bool hasValidSignature($absolute = true)
*/ */
class Request {} class Request {}
} }
namespace Illuminate\Support\Facades { namespace Illuminate\Support\Facades {
/** /**
* @method static void emailVerification()
* @method static void auth($options = []) * @method static void auth($options = [])
* @method static void resetPassword()
* @method static void confirmPassword() * @method static void confirmPassword()
* @method static void emailVerification()
* @method static void resetPassword()
*/ */
class Route {} class Route {}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment