@@ -106,7 +106,7 @@ discard block |
||
106 | 106 | $this->queryBuilder = $queryBuilder; |
107 | 107 | |
108 | 108 | $this->setName('seed:createdb') |
109 | - ->setDescription('Create a new seed using existing data'); |
|
109 | + ->setDescription('Create a new seed using existing data'); |
|
110 | 110 | |
111 | 111 | $this->addArgument('table', 'name of the table', null, true, false); |
112 | 112 | $this->addArgument('name', 'name of seed', null, false, true); |
@@ -238,6 +238,4 @@ discard block |
||
238 | 238 | } |
239 | 239 | '; |
240 | 240 | |
241 | - return $content; |
|
242 | - } |
|
243 | -} |
|
241 | + return $content |
|
244 | 242 | \ No newline at end of file |