diff --git a/src/Controllers/ImageManagerController.php b/src/Controllers/ImageManagerController.php index b533c59..6fd6254 100644 --- a/src/Controllers/ImageManagerController.php +++ b/src/Controllers/ImageManagerController.php @@ -52,7 +52,7 @@ public function thumb($id) } } - public function full($id, $width = 800, $height = null, $canvas = false) + public function full($id, $width = null, $height = null, $canvas = false) { try { $image = $this->model->findOrFail($id);