for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PragmaRX\Firewall\Vendor\Laravel\Artisan;
class Whitelist extends AddToList
{
/**
* Current list name.
*
* @var string
*/
protected $listName = 'whitelist';
* The console command name.
protected $name = 'firewall:whitelist';
}