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