Commit 8dd54762 by 杨树贤

忽略文件

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