File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -129,6 +129,7 @@ public function run(array $params)
129
129
$ tables ,
130
130
'required '
131
131
);
132
+ CLI ::newLine ();
132
133
133
134
$ tableName = $ tables [$ tableNameNo ];
134
135
}
@@ -154,7 +155,6 @@ private function restoreDBPrefix(): void
154
155
155
156
private function showDataOfTable (string $ tableName , int $ limitRows , int $ limitFieldValue )
156
157
{
157
- CLI ::newLine ();
158
158
CLI ::write ("Data of Table \"{$ tableName }\": " , 'black ' , 'yellow ' );
159
159
CLI ::newLine ();
160
160
@@ -245,7 +245,6 @@ private function makeTableRows(
245
245
246
246
private function showFieldMetaData (string $ tableName ): void
247
247
{
248
- CLI ::newLine ();
249
248
CLI ::write ("List of Metadata Information in Table \"{$ tableName }\": " , 'black ' , 'yellow ' );
250
249
CLI ::newLine ();
251
250
You can’t perform that action at this time.
0 commit comments