We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e25fa commit ef01f1dCopy full SHA for ef01f1d
src/Archivable.php
@@ -39,6 +39,7 @@ public function initializeArchivable()
39
if (! isset($this->casts[$this->getArchivedAtColumn()])) {
40
$this->casts[$this->getArchivedAtColumn()] = 'datetime';
41
}
42
+
43
$this->addObservableEvents([
44
'archiving',
45
'archived',
0 commit comments