Skip to content

Commit

Permalink
v73.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gammamatrix committed Apr 2, 2024
1 parent 3d681e9 commit ea37e7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/Models/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
* @method Builder<static> scopeFilterTrash(Builder $builder, string $visibility = null)
*
* @property ?Carbon $deleted_at
* @property string $created_by_id
* @property string $modified_by_id
* @property string $owned_by_id
* @property ?scalar $created_by_id
* @property ?scalar $modified_by_id
* @property ?scalar $owned_by_id
* @property string $matrix
* @property ?double $r
* @property ?double $θ
Expand Down
4 changes: 2 additions & 2 deletions src/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
* \Playground\Models\User
*
* @property string $id
* @property ?string $created_by_id
* @property ?string $modified_by_id
* @property ?scalar $created_by_id
* @property ?scalar $modified_by_id
* @property string $user_type
* @property ?Carbon $created_at
* @property ?Carbon $updated_at
Expand Down

0 comments on commit ea37e7f

Please sign in to comment.