Вход Регистрация
Файл: vendor/laravel/framework/src/Illuminate/Session/Console/SessionTableCommand.php
Строк: 53
<?php

namespace IlluminateSessionConsole;

use 
IlluminateConsoleMigrationGeneratorCommand;
use 
SymfonyComponentConsoleAttributeAsCommand;

#[AsCommand(name: 'session:table')]
class SessionTableCommand extends MigrationGeneratorCommand
{
    
/**
     * The console command name.
     *
     * @var string
     */
    
protected $name 'session:table';

    
/**
     * The console command description.
     *
     * @var string
     */
    
protected $description 'Create a migration for the session database table';

    
/**
     * Get the migration table name.
     *
     * @return string
     */
    
protected function migrationTableName()
    {
        return 
'sessions';
    }

    
/**
     * Get the path to the migration stub file.
     *
     * @return string
     */
    
protected function migrationStubFile()
    {
        return 
__DIR__.'/stubs/database.stub';
    }
}
Онлайн: 0
Реклама