관리-도구
편집 파일: RunableInterface.php
<?php namespace Nwidart\Modules\Contracts; interface RunableInterface { /** * Run the specified command. */ public function run(string $command); }