PATH:
home
/
rwabteecom
/
public_html_old
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Contracts
/
Editing: PublisherInterface.php
<?php namespace Nwidart\Modules\Contracts; interface PublisherInterface { /** * Publish something. * * @return mixed */ public function publish(); }
SAVE
CANCEL