Skip to content

Commit

Permalink
Merge pull request #15 from wagood/patch-2
Browse files Browse the repository at this point in the history
Update usage.md
  • Loading branch information
realrashid authored Nov 16, 2024
2 parents bb97e1d + c2599fb commit 4bb57f2
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 4bb57f2

Please sign in to comment.