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 0f67b52Copy full SHA for 0f67b52
src/Models/Audit.php
@@ -3,6 +3,7 @@
3
namespace OwenIt\Auditing\Models;
4
5
use Illuminate\Database\Eloquent\Model;
6
+use Illuminate\Support\Carbon;
7
8
/**
9
* @property string $tags
@@ -13,6 +14,8 @@
13
14
* @property Carbon|null $updated_at
15
* @property mixed $user
16
* @property mixed $auditable.
17
+ * @property string|null $auditable_type
18
+ * @property string|int|null $auditable_id
19
*/
20
class Audit extends Model implements \OwenIt\Auditing\Contracts\Audit
21
{
0 commit comments