AdminLTEAdminAlt.php 287 Bytes
<?php

namespace Acacha\AdminLTETemplateLaravel\Console;

use Illuminate\Console\Command;

/**
 * Class AdminLTEAdmin.
 */
class AdminLTEAdminAlt extends AdminLTEAdmin
{
    /**
     * The name and signature of the console command.
     */
    protected $signature = 'adminlte:admin';
}