Skip to content

Commit 63545ef

Browse files
authored
Update ApiCrudGenerator.php
1 parent 878cd0e commit 63545ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Commands/ApiCrudGenerator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ protected function all()
126126
in_array('created_at', $columns) ? $timestamps = true : $timestamps = false;
127127
$this->generate($name, $table, $timestamps);
128128
}
129+
}
129130
catch (QueryException $exception) {
130131
$this->error("Error: " . $exception->getMessage());
131132
}

0 commit comments

Comments
 (0)