remove error method call in welcome view.

This commit is contained in:
Taylor Otwell 2011-06-16 21:10:28 -05:00
parent ae09e5e99b
commit 868a33fb9c
1 changed files with 1 additions and 1 deletions

View File

@ -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>?