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.
1 parent fac6d97 commit 418e3afCopy full SHA for 418e3af
src/Traits/Inverse/HasArchivedAtHelpers.php
@@ -69,7 +69,7 @@ public function isUnarchived()
69
*
70
* @return void
71
*/
72
- public function archvie()
+ public function archive()
73
{
74
$this->setArchivedFlag()->save();
75
@@ -81,7 +81,7 @@ public function archvie()
81
82
83
84
- public function unarchvie()
+ public function unarchive()
85
86
$this->unsetArchivedFlag()->save();
87
0 commit comments