<?php namespace App\Services\Notification\Contacts; use App\Models\Action; use Illuminate\Database\Eloquent\Model; interface ActionBrowserNotificationContacts { public function __construct(Action $action, Model $object); public function handle(); }