Skip to content

Commit b172dcc

Browse files
author
Anton Komarev
authored
Merge pull request #36 from gpioto/patch-1
fix typo in archive method name
2 parents fac6d97 + 418e3af commit b172dcc

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)