PublishAdminLTEAlt.php 334 Bytes
Newer Older
jhon committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php

namespace Acacha\AdminLTETemplateLaravel\Console;

use Illuminate\Console\Command;

/**
 * Class PublishAdminLTE.
 */
class PublishAdminLTEAlt extends PublishAdminLTE
{
    /**
     * The name and signature of the console command.
     */
    protected $signature = 'adminlte:publish {--f|force : Force overwrite of files}';
}