Skip to content

Commit

Permalink
posts
Browse files Browse the repository at this point in the history
  • Loading branch information
mastashake08 committed Mar 12, 2023
1 parent 61ecd13 commit bf7ab4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified app/.DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
use Laravel\Jetstream\HasTeams;
use Laravel\Sanctum\HasApiTokens;
use Laravel\Cashier\Billable;
use Mastashake\LaravelOpenaiApi\Traits\HasPrompts;
use Mastashake\LaravelOpenaiApi\Traits\HasPosts;
class User extends Authenticatable implements MustVerifyEmail
{
use Billable;
use HasApiTokens;
use HasFactory;
use HasProfilePhoto;
use HasPrompts;
use HasPosts;
use HasTeams;
use Notifiable;
use TwoFactorAuthenticatable;
Expand Down

0 comments on commit bf7ab4c

Please sign in to comment.