orkhanahmadov/content-migrations

View on GitHub
src/Console/InstallCommand.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Orkhanahmadov\ContentMigrations\Console;

use Illuminate\Database\Console\Migrations\InstallCommand as Command;

class InstallCommand extends Command
{
    protected $name = 'content-migrate:install';

    protected $description = 'Create the content migration repository';
}