Skip to content

Commit 084924c

Browse files
committed
tiny hinting fix
1 parent 6eb64be commit 084924c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/TagAdded.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class TagAdded
99
{
1010
use SerializesModels;
1111

12-
/** @var Model **/
12+
/** @var Taggable|Model **/
1313
public $model;
1414

1515
/** @var string */

0 commit comments

Comments
 (0)