Skip to content

Commit 80e5655

Browse files
committed
Merge pull request #1895 from CachetHQ/str-include
Fix the Str import. Fixes #1749
2 parents 9d9d3b2 + 0b7ca97 commit 80e5655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Controllers/Dashboard/SettingsController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
use Illuminate\Support\Facades\Lang;
2020
use Illuminate\Support\Facades\Redirect;
2121
use Illuminate\Support\Facades\Session;
22-
use Illuminate\Support\Facades\Str;
2322
use Illuminate\Support\Facades\View;
23+
use Illuminate\Support\Str;
2424

2525
class SettingsController extends Controller
2626
{

0 commit comments

Comments
 (0)