App\Notifications\ClientActionNotification::__construct PHP Méthode

__construct() public méthode

Create a new notification instance.
public __construct ( $client, $action ) : void
Résultat void
    public function __construct($client, $action)
    {
        $this->client = $client;
        $this->action = $action;
    }