Вход Регистрация
Файл: system/vendor/illuminate/database/Migrations/Migration.php
Строк: 40
<?php

namespace IlluminateDatabaseMigrations;

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

    
/**
     * Enables, if supported, wrapping the migration within a transaction.
     *
     * @var bool
     */
    
public $withinTransaction true;

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