From 32df1b62d3b72c5f8ff06bec70d9f5e75c21eb24 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 13 Feb 2013 14:01:47 -0600 Subject: [PATCH] added Str alias. --- app/config/app.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config/app.php b/app/config/app.php index 1697b8e2..be62a05c 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -168,6 +168,7 @@ return array( 'Schema' => 'Illuminate\Support\Facades\Schema', 'Seeder' => 'Illuminate\Database\Seeder', 'Session' => 'Illuminate\Support\Facades\Session', + 'Str' => 'Illuminate\Support\Str', 'URL' => 'Illuminate\Support\Facades\URL', 'Validator' => 'Illuminate\Support\Facades\Validator', 'View' => 'Illuminate\Support\Facades\View',