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 3169956 commit 5c30225Copy full SHA for 5c30225
src/Commands/GenerateMappableColumnsCommand.php
@@ -34,13 +34,13 @@ public function handle(): void
34
continue;
35
}
36
37
- if (!$reflection->hasProperty('columns')) {
+ if (!$reflection->hasProperty('mapAttributeToColumn')) {
38
39
40
41
echo 'Generating for ' . $model . "\n";
42
43
- $mappedColumns = $reflection->newInstance()->columns;
+ $mappedColumns = $reflection->newInstance()->mapAttributeToColumn;
44
$docBlock = new DocBlock($reflection);
45
46
$existingProperties = [];
0 commit comments