Covivo/mobicoop

View on GitHub
api/src/Communication/Interfaces/PushEventInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace App\Communication\Interfaces;

interface PushEventInterface
{
    public function execute(): bool;
}