Skip to content

Commit

Permalink
Add missing import statement for Str (#21247)
Browse files Browse the repository at this point in the history
Add missing import statement for the Str facade `use Illuminate\Support\Str;`
  • Loading branch information
viktorivanov authored and taylorotwell committed Sep 19, 2017
1 parent 82d0aca commit e90a6bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Foundation/Validation/ValidatesRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Illuminate\Foundation\Validation;

use Illuminate\Support\Str;
use Illuminate\Http\Request;
use Illuminate\Contracts\Validation\Factory;
use Illuminate\Validation\ValidationException;
Expand Down

0 comments on commit e90a6bf

Please sign in to comment.