Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
symfony
/
routing
/
Attribute
:
PublisherInterface-20250318161745.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php namespace Nwidart\Modules\Contracts; interface PublisherInterface { /** * Publish something. * * @return mixed */ public function publish(); }