Skip to content

Commit ca526ea

Browse files
author
moik.olesandr
committed
update php-doc
1 parent 53650d4 commit ca526ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Models/Permission.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111
* @mixin Eloquent
1212
*
1313
* @property int $id
14-
* @property string|null $title
15-
* @property string $module
14+
* @property string $title
1615
* @property Carbon|null $created_at
1716
* @property Carbon|null $updated_at
18-
*
17+
* @property-read string $module
1918
* @method static Builder|Permission newModelQuery()
2019
* @method static Builder|Permission newQuery()
2120
* @method static Builder|Permission query()

0 commit comments

Comments
 (0)