PATH:
home
/
lab2454c
/
costbloc.com
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Contracts
<?php namespace Nwidart\Modules\Contracts; interface RunableInterface { /** * Run the specified command. * * @param string $command */ public function run($command); }
[-] RunableInterface.php
[edit]
[+]
..
[-] ActivatorInterface.php
[edit]
[-] PublisherInterface.php
[edit]
[-] RepositoryInterface.php
[edit]