We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb64be commit 084924cCopy full SHA for 084924c
src/Events/TagAdded.php
@@ -9,7 +9,7 @@ class TagAdded
9
{
10
use SerializesModels;
11
12
- /** @var Model **/
+ /** @var Taggable|Model **/
13
public $model;
14
15
/** @var string */
0 commit comments