Browse Source

remove error method call in welcome view.

Taylor Otwell 14 years ago
parent
commit
868a33fb9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/views/home/index.php

+ 1 - 1
application/views/home/index.php

@@ -63,7 +63,7 @@
  
 		<div id="content"> 
 			You have successfully installed Laravel.
-			<?php Cache::driver('adslkadsl'); ?>
+
 			<br /><br />
 
 			Perhaps you would like to <a href="http://laravel.com/docs">peruse the documentation</a> or <a href="http://github.com/taylorotwell/laravel">contribute on GitHub</a>?