removed unnecessary namespace import from eloquent model.
This commit is contained in:
@@ -39,7 +39,6 @@ return array(
|
||||
|
||||
'GET /' => function()
|
||||
{
|
||||
return Laravel\Str::limit('This is a string of text', 3, '...');
|
||||
return View::make('home.index');
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user