|
1237 | 1237 | 'tinker.commands' => 'array', |
1238 | 1238 | 'tinker.alias' => 'array', |
1239 | 1239 | 'tinker.dont_alias' => 'array', |
| 1240 | + 'tinker.trust_project' => 'string', |
1240 | 1241 | ])); |
1241 | 1242 | override(\Illuminate\Config\Repository::get(), map([ |
1242 | 1243 | 'hashing.driver' => 'string', |
|
1674 | 1675 | 'tinker.commands' => 'array', |
1675 | 1676 | 'tinker.alias' => 'array', |
1676 | 1677 | 'tinker.dont_alias' => 'array', |
| 1678 | + 'tinker.trust_project' => 'string', |
1677 | 1679 | ])); |
1678 | 1680 | override(\Illuminate\Support\Facades\Config::get(), map([ |
1679 | 1681 | 'hashing.driver' => 'string', |
|
2111 | 2113 | 'tinker.commands' => 'array', |
2112 | 2114 | 'tinker.alias' => 'array', |
2113 | 2115 | 'tinker.dont_alias' => 'array', |
| 2116 | + 'tinker.trust_project' => 'string', |
2114 | 2117 | ])); |
2115 | 2118 |
|
2116 | 2119 |
|
|
2237 | 2240 | 'ide-helper.ignored_models','ide-helper.model_hooks','ide-helper.extra.Eloquent','ide-helper.extra.Session','ide-helper.magic', |
2238 | 2241 | 'ide-helper.interfaces','ide-helper.model_camel_case_properties','ide-helper.type_overrides.integer','ide-helper.type_overrides.boolean','ide-helper.include_class_docblocks', |
2239 | 2242 | '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',); |
2241 | 2245 | registerArgumentsSet('middleware', |
2242 | 2246 | 'web','api',); |
2243 | 2247 | registerArgumentsSet('routes', 'home','share.store','share.show','storage.local',); |
|
0 commit comments