Change select2 to 4.0.13 and fix autofocus. Other minor cosmetic fix

This commit is contained in:
Deon George
2021-10-19 22:38:52 +11:00
parent 30fd916646
commit 3adf7c73b6
5 changed files with 20 additions and 7 deletions

View File

@@ -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.