D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
www
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Contracts
/
Filename :
RunableInterface.php
back
Copy
<?php namespace Nwidart\Modules\Contracts; interface RunableInterface { /** * Run the specified command. * * @param string $command */ public function run($command); }