Вход Регистрация
Файл: gapps/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migration.php
Строк: 29
<?php

namespace IlluminateDatabaseMigrations;

abstract class 
Migration
{
    
/**
     * The name of the database connection to use.
     *
     * @var string
     */
    
protected $connection;

    
/**
     * Get the migration connection name.
     *
     * @return string
     */
    
public function getConnection()
    {
        return 
$this->connection;
    }
}
Онлайн: 2
Реклама