Search for ICAO not working properly (#496)
This commit is contained in:
@@ -8,5 +8,7 @@ use Illuminate\Queue\SerializesModels;
|
||||
|
||||
class BaseEvent
|
||||
{
|
||||
use Dispatchable, InteractsWithSockets, SerializesModels;
|
||||
use Dispatchable;
|
||||
use InteractsWithSockets;
|
||||
use SerializesModels;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user