PHP Interface Nwidart\Modules\Contracts\RunableInterface

Show file Open project: nwidart/laravel-modules

Public Methods

Method Description
run ( string $command ) : mixed Run the specified command.

Method Details

run() public method

Run the specified command.
public run ( string $command ) : mixed
$command string
return mixed