D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Contracts
/
Filename :
PublisherInterface.php
back
Copy
<?php namespace Nwidart\Modules\Contracts; interface PublisherInterface { /** * Publish something. * * @return mixed */ public function publish(); }