Skip to content

Commit

Permalink
Merge pull request #1895 from CachetHQ/str-include
Browse files Browse the repository at this point in the history
Fix the Str import. Fixes #1749
  • Loading branch information
jbrooksuk committed Jun 6, 2016
2 parents 9d9d3b2 + 0b7ca97 commit 80e5655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Dashboard/SettingsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
use Illuminate\Support\Facades\Lang;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Support\Facades\Session;
use Illuminate\Support\Facades\Str;
use Illuminate\Support\Facades\View;
use Illuminate\Support\Str;

class SettingsController extends Controller
{
Expand Down

0 comments on commit 80e5655

Please sign in to comment.