Skip to content

Commit

Permalink
Update usage.md
Browse files Browse the repository at this point in the history
Type in namespace of HasPlan trait
  • Loading branch information
wagood authored Oct 1, 2024
1 parent 638b8ce commit c2599fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In the model file (`User.php`, `Team.php`, or any other applicable model), use t

```php
use Illuminate\Database\Eloquent\Model;
use PlanCraft\Trait\HasPlan;
use RealRashid\PlanCraft\Trait\HasPlan;

class User extends Model
{
Expand Down

0 comments on commit c2599fb

Please sign in to comment.