From 31d43f3ede6338b542d5ea5a2ba71928e2940476 Mon Sep 17 00:00:00 2001 From: Klaus Silveira Date: Sat, 14 Jul 2012 16:35:37 -0300 Subject: [PATCH] No need for a default value --- controllers/archiveController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/archiveController.php b/controllers/archiveController.php index 0db6d04..7131ea4 100644 --- a/controllers/archiveController.php +++ b/controllers/archiveController.php @@ -33,5 +33,4 @@ $app->get('{repo}/{format}ball/{branch}', function($repo, $format, $branch) use })->assert('format', '(zip|tar)') ->assert('repo', '[\w-._]+') ->assert('branch', '[\w-._]+') - ->value('format', 'zip') ->bind('archive');