File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
tests/Console/ModelsCommand Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 9494 */
9595
9696 'write_model_relation_count_properties ' => true ,
97- 'write_model_relation_exists_properties ' => true ,
97+ 'write_model_relation_exists_properties ' => false ,
9898
9999 /*
100100 |--------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ public function handle()
175175 $ this ->write_model_relation_count_properties =
176176 $ this ->laravel ['config ' ]->get ('ide-helper.write_model_relation_count_properties ' , true );
177177 $ this ->write_model_relation_exists_properties =
178- $ this ->laravel ['config ' ]->get ('ide-helper.write_model_relation_exists_properties ' , true );
178+ $ this ->laravel ['config ' ]->get ('ide-helper.write_model_relation_exists_properties ' , false );
179179
180180 $ this ->write = $ this ->write_mixin ? true : $ this ->write ;
181181 //If filename is default and Write is not specified, ask what to do
Original file line number Diff line number Diff line change @@ -51,6 +51,8 @@ protected function getEnvironmentSetUp($app)
5151
5252 // Don't override integer -> int for tests
5353 $ config ->set ('ide-helper.type_overrides ' , []);
54+
55+ $ config ->set ('ide-helper.write_model_relation_exists_properties ' , true );
5456 }
5557
5658 protected function assertMatchesMockedSnapshot ()
You can’t perform that action at this time.
0 commit comments