File "PublisherInterface.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/invoiceshelf/modules/src/Contracts/PublisherInterface.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();
}