remove error method call in welcome view.
This commit is contained in:
parent
ae09e5e99b
commit
868a33fb9c
|
@ -63,7 +63,7 @@
|
||||||
|
|
||||||
<div id="content">
|
<div id="content">
|
||||||
You have successfully installed Laravel.
|
You have successfully installed Laravel.
|
||||||
<?php Cache::driver('adslkadsl'); ?>
|
|
||||||
<br /><br />
|
<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>?
|
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>?
|
||||||
|
|
Loading…
Reference in New Issue