Skip to content

Commit 418e3af

Browse files
authored
fix typo
archvie to archive unarchvie to unarchive
1 parent fac6d97 commit 418e3af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Traits/Inverse/HasArchivedAtHelpers.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function isUnarchived()
6969
*
7070
* @return void
7171
*/
72-
public function archvie()
72+
public function archive()
7373
{
7474
$this->setArchivedFlag()->save();
7575

@@ -81,7 +81,7 @@ public function archvie()
8181
*
8282
* @return void
8383
*/
84-
public function unarchvie()
84+
public function unarchive()
8585
{
8686
$this->unsetArchivedFlag()->save();
8787

0 commit comments

Comments
 (0)