laravel-remember-uploads icon indicating copy to clipboard operation
laravel-remember-uploads copied to clipboard

Remove deprecated `oldFile` helper for 1.4

Open carbontwelve opened this issue 6 years ago • 0 comments

if (! function_exists('oldFile')) {
    /**
     * @deprecated
     * @throws Exception
     * @todo remove from version 1.4 onwards
     */
    function oldFile() {
        throw new Exception('The oldFile function has been deprecated in favour of using rememberedFile');
    }
}

https://github.com/photogabble/laravel-remember-uploads/blob/master/src/helpers.php#L33-L42

carbontwelve avatar Jan 03 '19 14:01 carbontwelve