<?phpnamespaceIlluminate\Database\Migrations;abstractclassMigration{/** * The name of the database connection to use. * * @var string */protected$connection;/** * Get the migration connection name. * * @return string */publicfunctiongetConnection(){return$this->connection;}}