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 0a697b8 commit 924971eCopy full SHA for 924971e
README.md
@@ -36,7 +36,7 @@ Include the Trait in your model like this:
36
```php
37
<?php namespace App;
38
39
-use App\Traits\BitwiseFlagTrait;
+use Fanmade\Bitwise\BitwiseFlagTrait;
40
41
class Message extends Model
42
{
0 commit comments