Skip to content

Commit e89d4b2

Browse files
authored
fix: Fix namespace in README
1 parent 755e360 commit e89d4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To get around this, you can use the trait exposed in this package in your tests:
3535

3636
namespace Tests;
3737

38-
use OhSeeSoftware\LaravelAssertEncrypted\Traits\EncryptedAssertion;
38+
use OhSeeSoftware\LaravelAssertEncrypted\Traits\AssertEncrypted;
3939

4040
class SomeTest extends TestCase
4141
{

0 commit comments

Comments
 (0)