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 eb0484e commit 672b185Copy full SHA for 672b185
src/Generators/Scaffold/ControllerGenerator.php
@@ -150,5 +150,14 @@ public function rollback()
150
$this->config->commandComment('DataTable file deleted: '.$this->fileName);
151
}
152
153
+
154
+ if ($this->config->tableType === 'livewire') {
155
+ if ($this->rollbackFile(
156
+ $this->config->paths->livewireTables,
157
+ $this->config->modelNames->plural.'Table.php'
158
+ )) {
159
+ $this->config->commandComment('Livewire Table file deleted: '.$this->fileName);
160
+ }
161
162
163
0 commit comments