From 71531e5fe92da48af7e7562145d84701b44c78d4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 3 Apr 2012 09:22:02 -0500 Subject: [PATCH] cleaning up code. --- application/bundles.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/application/bundles.php b/application/bundles.php index a408a244..e8b8f266 100644 --- a/application/bundles.php +++ b/application/bundles.php @@ -35,8 +35,6 @@ return array( - // route the official docs - 'docs' => array( - 'handles' => 'docs' - ), + 'docs' => array('handles' => 'docs'), + ); \ No newline at end of file