<?php namespace App\Observers; use App\Events\PostPublished; use App\Models\Post;
<?php namespace App\Events; use App\Models\Order; use Illuminate\Broadcasting\InteractsWithSockets;