We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1539b commit 2c643f0Copy full SHA for 2c643f0
src/Console/ModelsCommand.php
@@ -822,7 +822,7 @@ public function getPropertiesFromMethods($model)
822
if ($this->write_model_relation_exists_properties) {
823
$this->setProperty(
824
Str::snake($method) . '_exists',
825
- 'int|null',
+ 'bool|null',
826
true,
827
false
828
// What kind of comments should be added to the relation count here?
0 commit comments