ImageTest::deleteImage PHP Method

deleteImage() protected method

Delete an uploaded image.
protected deleteImage ( $relPath )
$relPath
    protected function deleteImage($relPath)
    {
        unlink(public_path($relPath));
    }