Skip to content

Commit c445810

Browse files
committed
fix: compat
1 parent 3f881df commit c445810

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Underscore.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ public function includes($item)
173173
return $this->contains($item);
174174
}
175175

176-
public function include($item)
177-
{
178-
return $this->contains($item);
179-
}
180-
181176
public function invoke(callable $fn)
182177
{
183178
return \call_user_func_array($fn, $this->data);

0 commit comments

Comments
 (0)