diff --git a/app/Captcha/Contracts/ImageManager.php b/app/Captcha/Contracts/ImageManager.php new file mode 100644 index 0000000..4764aad --- /dev/null +++ b/app/Captcha/Contracts/ImageManager.php @@ -0,0 +1,8 @@ +imageClassName($width, $height); + } + +}