Nwidart\Modules\Contracts\RunableInterface::run PHP Method

run() public method

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