Skip to content

Commit f1efc40

Browse files
Add auditable_type and auditable_id properties to Audit Model
1 parent c57fbec commit f1efc40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Models/Audit.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
* @property Carbon|null $updated_at
1414
* @property mixed $user
1515
* @property mixed $auditable.
16+
* @property string|null $auditable_type
17+
* @property string|int|null $auditable_id
1618
*/
1719
class Audit extends Model implements \OwenIt\Auditing\Contracts\Audit
1820
{

0 commit comments

Comments
 (0)