Asvae\ApiTester\Http\Controllers\AssetsController::image PHP 메소드

image() 공개 메소드

public image ( $file )
    public function image($file)
    {
        $root = __DIR__ . '/../../../resources/assets/build/img';
        return $this->file($file, $root);
    }