We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auditable_type
auditable_id
1 parent c57fbec commit f1efc40Copy full SHA for f1efc40
src/Models/Audit.php
@@ -13,6 +13,8 @@
13
* @property Carbon|null $updated_at
14
* @property mixed $user
15
* @property mixed $auditable.
16
+ * @property string|null $auditable_type
17
+ * @property string|int|null $auditable_id
18
*/
19
class Audit extends Model implements \OwenIt\Auditing\Contracts\Audit
20
{
0 commit comments