You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just upgraded to Laravel 5.3 and also upgraded laravel-mongodb to 3.1.1.
Now when I'm trying to migrate the following error occurred:
PHP Fatal error: Call to a member function supportsSchemaTransactions() on null in /private/var/www/laravel/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php on line 378
I've set protected $connection = 'mongodb'; in my migration class.
BTW: up() method never fired, the error occurred before it I think.