Skip to content

Commit a7b09bd

Browse files
committed
disabled by default
1 parent 4c921b0 commit a7b09bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/ide-helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
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
|--------------------------------------------------------------------------

src/Console/ModelsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)