fixed str test cases and str::limit function.
This commit is contained in:
@@ -39,6 +39,7 @@ 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