Skip to content

Commit

Permalink
Update some statments (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
BadJacky authored Jun 17, 2024
1 parent 81509de commit 33aa31e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Abstracts/BaseDao.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
abstract class BaseDao
{
/**
* @var class-string<ModelClass>|string
* @var class-string<ModelClass>
*/
protected string $model;

Expand Down

0 comments on commit 33aa31e

Please sign in to comment.