Skip to content

Commit 924971e

Browse files
authored
Update README.md
1 parent 0a697b8 commit 924971e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Include the Trait in your model like this:
3636
```php
3737
<?php namespace App;
3838

39-
use App\Traits\BitwiseFlagTrait;
39+
use Fanmade\Bitwise\BitwiseFlagTrait;
4040

4141
class Message extends Model
4242
{

0 commit comments

Comments
 (0)