cooperl22 / laravel-db2

laravel-db2 is a simple DB2 service provider for Laravel. It provides DB2 Connection by extending the Illuminate Database component of the laravel framework.
Other
59 stars 65 forks source link

[Fix] Fix number of parameters #25

Closed mfrancisc closed 7 years ago

mfrancisc commented 7 years ago

Fix for this error: [ErrorException] Declaration of Cooperl\Database\DB2\Schema\Blueprint::indexCommand() should be compatible with Illuminate\Databa se\Schema\Blueprint::indexCommand($type, $columns, $index, $algorithm = NULL)