Change select2 to 4.0.13 and fix autofocus. Other minor cosmetic fix
This commit is contained in:
@@ -15,7 +15,9 @@ class PacketInfo extends Command
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = 'packet:info {pkt : Packet to process} {zone? : Zone the packet is from}';
|
||||
protected $signature = 'packet:info'
|
||||
.' {pkt : Packet to process}'
|
||||
.' {zone? : Zone the packet is from}';
|
||||
|
||||
/**
|
||||
* The console command description.
|
||||
|
Reference in New Issue
Block a user