BadMethodCallException
Method Illuminate\Database\MySqlConnection::getDoctrineConnection does not exist.
at vendor\laravel\framework\src\Illuminate\Macroable\Traits\Macroable.php:115
111▕ */
112▕ public function __call($method, $parameters)
113▕ {
114▕ if (! static::hasMacro($method)) {
➜ 115▕ throw new BadMethodCallException(sprintf(
116▕ 'Method %s::%s does not exist.', static::class, $method
117▕ ));
118▕ }
119▕
1 database\migrations\2019_04_01_103035_rename_datasource_account_id_engagement_id.php:22
Illuminate\Database\Connection::__call("getDoctrineConnection", [])
2 vendor\laravel\framework\src\Illuminate\Database\Migrations\Migrator.php:514
RenameDatasourceAccountIdEngagementId::up()
We are using Laravel 5.19