We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15940f4 commit 20a2182Copy full SHA for 20a2182
tests/Feature/Settings/PasswordUpdateTest.php
@@ -4,6 +4,7 @@
4
5
use App\Models\User;
6
use Illuminate\Foundation\Testing\RefreshDatabase;
7
+use Illuminate\Support\Facades\Hash;
8
use Tests\TestCase;
9
10
class PasswordUpdateTest extends TestCase
0 commit comments