File manager - Edit - /var/www/payraty/hris/vendor/nwidart/laravel-modules/src/Process/Runner.php
Back
<?php namespace Nwidart\Modules\Process; use Nwidart\Modules\Contracts\RepositoryInterface; use Nwidart\Modules\Contracts\RunableInterface; class Runner implements RunableInterface { /** * The module instance. */ protected RepositoryInterface $module; public function __construct(RepositoryInterface $module) { $this->module = $module; } /** * Run the given command. */ public function run(string $command) { passthru($command); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings