Skip to content

Commit 4c7065a

Browse files
committed
Remove debugging output
1 parent 33a77c8 commit 4c7065a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Console/GenerateCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ protected function getPropertiesFromMethods($model)
277277
if ($pos = stripos($code, $search)) {
278278
$relationObj = $model->$method();
279279
if ($relationObj instanceof Relation) {
280-
echo 'found method: ', $method, PHP_EOL;
281280
$this->setProperty($relationObj->getForeignKeyName(), 'factory(' . get_class($relationObj->getRelated()) . '::class)');
282281
}
283282
}

0 commit comments

Comments
 (0)