@@ -273,11 +273,4 @@ |
||
273 | 273 | BASH; |
274 | 274 | } |
275 | 275 | |
276 | - return $command.' > '.$dumpFile; |
|
277 | - } |
|
278 | - |
|
279 | - protected function determineQuote(): string |
|
280 | - { |
|
281 | - return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? '"' : "'"; |
|
282 | - } |
|
283 | -} |
|
276 | + return $command.' > '.$dumpFile |
|
284 | 277 | \ No newline at end of file |
@@ -273,11 +273,4 @@ |
||
273 | 273 | BASH; |
274 | 274 | } |
275 | 275 | |
276 | - return $command.' > '.$dumpFile; |
|
277 | - } |
|
278 | - |
|
279 | - protected function determineQuote(): string |
|
280 | - { |
|
281 | - return strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' ? '"' : "'"; |
|
282 | - } |
|
283 | -} |
|
276 | + return $command.' > '.$dumpFile |
|
284 | 277 | \ No newline at end of file |