79821937

Date: 2025-11-17 05:49:25
Score: 0.5
Natty:
Report link
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

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nischitha