PHP 8.3.31
Preview: Migration.php Size: 533 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migration.php

<?php

namespace Illuminate\Database\Migrations;

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;
    }
}

Directory Contents

Dirs: 1 × Files: 5

Name Size Perms Modified Actions
stubs DIR
- drwxrwxrwx 2025-09-17 06:53:01
Edit Download
5.32 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
533 B lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
5.93 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
1.78 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download
22.32 KB lrw-rw-rw- 2025-09-17 06:53:00
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).