Skip to content

Commit 4f8a288

Browse files
committed
Bump lock
1 parent 8f3e19f commit 4f8a288

File tree

3 files changed

+915
-614
lines changed

3 files changed

+915
-614
lines changed

.phpstorm.meta.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,6 +1237,7 @@
12371237
'tinker.commands' => 'array',
12381238
'tinker.alias' => 'array',
12391239
'tinker.dont_alias' => 'array',
1240+
'tinker.trust_project' => 'string',
12401241
]));
12411242
override(\Illuminate\Config\Repository::get(), map([
12421243
'hashing.driver' => 'string',
@@ -1674,6 +1675,7 @@
16741675
'tinker.commands' => 'array',
16751676
'tinker.alias' => 'array',
16761677
'tinker.dont_alias' => 'array',
1678+
'tinker.trust_project' => 'string',
16771679
]));
16781680
override(\Illuminate\Support\Facades\Config::get(), map([
16791681
'hashing.driver' => 'string',
@@ -2111,6 +2113,7 @@
21112113
'tinker.commands' => 'array',
21122114
'tinker.alias' => 'array',
21132115
'tinker.dont_alias' => 'array',
2116+
'tinker.trust_project' => 'string',
21142117
]));
21152118

21162119

@@ -2237,7 +2240,8 @@
22372240
'ide-helper.ignored_models','ide-helper.model_hooks','ide-helper.extra.Eloquent','ide-helper.extra.Session','ide-helper.magic',
22382241
'ide-helper.interfaces','ide-helper.model_camel_case_properties','ide-helper.type_overrides.integer','ide-helper.type_overrides.boolean','ide-helper.include_class_docblocks',
22392242
'ide-helper.force_fqn','ide-helper.use_generics_annotations','ide-helper.macro_default_return_types.Illuminate\\Http\\Client\\Factory','ide-helper.additional_relation_types','ide-helper.additional_relation_return_types',
2240-
'ide-helper.enforce_nullable_relationships','ide-helper.post_migrate','tinker.commands','tinker.alias','tinker.dont_alias',);
2243+
'ide-helper.enforce_nullable_relationships','ide-helper.post_migrate','tinker.commands','tinker.alias','tinker.dont_alias',
2244+
'tinker.trust_project',);
22412245
registerArgumentsSet('middleware',
22422246
'web','api',);
22432247
registerArgumentsSet('routes', 'home','share.store','share.show','storage.local',);

0 commit comments

Comments
 (0)