Skip to content

Instantly share code, notes, and snippets.

@mikemix
Created August 12, 2022 13:08
Show Gist options
  • Save mikemix/5207422429ad7970da34c9fb6867dfad to your computer and use it in GitHub Desktop.
Save mikemix/5207422429ad7970da34c9fb6867dfad to your computer and use it in GitHub Desktop.
<?php
declare(strict_types=1);
namespace App\Notification;
/**
* The base notification
*/
interface NotificationInterface
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment