File "PublisherInterface-20250321000527.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/masterminds/html5/PublisherInterface-20250321000527.php
File size: 179 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Nwidart\Modules\Contracts;

interface PublisherInterface
{
    /**
     * Publish something.
     *
     * @return mixed
     */
    public function publish();
}