Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
semour
/
semour_web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
8dd54762
authored
Nov 09, 2022
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
忽略文件
parent
0b40e1c4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
47 additions
and
23 deletions
.idea/workspace.xml
vendor/_laravel_idea/_ide_helper_facades.php
vendor/_laravel_idea/_ide_helper_macro.php
vendor/_laravel_idea/_ide_helper_macro_static.php
.idea/workspace.xml
View file @
8dd54762
...
@@ -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>
...
...
vendor/_laravel_idea/_ide_helper_facades.php
View file @
8dd54762
<?php
<?php
//57e58246c1892c9d4d68cdd025828591
/** @noinspection PhpUndefinedClassInspection */
/** @noinspection all */
/** @noinspection PhpFullyQualifiedNameUsageInspection */
namespace
Facade\Ignition\Facades
{
namespace
Facade\Ignition\Facades
{
...
@@ -1726,6 +1725,14 @@ namespace Illuminate\Support\Facades {
...
@@ -1726,6 +1725,14 @@ 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
{}
...
...
vendor/_laravel_idea/_ide_helper_macro.php
View file @
8dd54762
<?php
<?php
//eb887b72f4c195a7661d55cc5b0e6fb2
/** @noinspection PhpUndefinedClassInspection */
/** @noinspection all */
/** @noinspection PhpFullyQualifiedNameUsageInspection */
namespace
Illuminate\Database\Eloquent
{
/**
* @method $this onlyTrashed()
* @method int restore()
* @method $this withTrashed($withTrashed = true)
* @method $this withoutTrashed()
*/
class
Builder
{}
}
namespace
Illuminate\Http
{
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
{}
}
}
...
@@ -15,10 +25,10 @@ namespace Illuminate\Http {
...
@@ -15,10 +25,10 @@ namespace Illuminate\Http {
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
vendor/_laravel_idea/_ide_helper_macro_static.php
View file @
8dd54762
<?php
<?php
//5f7aad5b00d94544916e296bddb7d62f
/** @noinspection PhpUndefinedClassInspection */
/** @noinspection all */
/** @noinspection PhpFullyQualifiedNameUsageInspection */
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
{
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
{}
}
}
...
@@ -15,10 +25,10 @@ namespace Illuminate\Http {
...
@@ -15,10 +25,10 @@ namespace Illuminate\Http {
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment