Closed fuelingtheweb closed 7 years ago
Using this package with Laravel 5.5.13 produces the following error:
[ErrorException] Declaration of BackupManager\Laravel\Laravel55Compatibility::table($headers, $rows, $style = 'default') should be compatible with Illuminate\Console\Command::table($headers, $rows, $tableStyle = 'default', array $columnStyles = Array)
This commit fixes this error by adjusting the method declaration to match Illuminate\Console\Command::table.
Sorry, just noticed there's an open pull request for this already.
Using this package with Laravel 5.5.13 produces the following error:
This commit fixes this error by adjusting the method declaration to match Illuminate\Console\Command::table.