KstychARP.php 446 Bytes
<?php namespace App\Console\Commands;

use Illuminate\Console\Command;

use App\Jobs\KPAMIListen;

class KstychARP extends Command {

	/**
	 * The console command name.
	 *
	 * @var string
	 */
	protected $signature = 'KstychARP';

	/**
	 * The console command description.
	 *
	 * @var string
	 */
	protected $description = 'ARP Broadcast';

	/**
	 * Execute the console command.
	 *
	 * @return mixed
	 */
	public function handle()
	{
		
	}

}