laravel-remember-uploads
laravel-remember-uploads copied to clipboard
Fix issues raised by typehinting methods
As part of discovery for #21 I began type hinting various methods based upon their documented API and it broke the unit tests. This tells me that there are some undiagnosed bugs under the hood that have existed due to the lack of static typing.