Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell committed Jan 30, 2024
1 parent a3d2a17 commit 798bcb0
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/Taxonomies/Taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,6 @@ public function termTemplate($termTemplate = null)

return $termTemplate;
})
->setter(function ($termTemplate) {
if (! $termTemplate) {
return;
}

return $termTemplate;
})
->args(func_get_args());
}

Expand All @@ -410,13 +403,6 @@ public function template($template = null)

return $template;
})
->setter(function ($template) {
if (! $template) {
return;
}

return $template;
})
->args(func_get_args());
}

Expand Down

0 comments on commit 798bcb0

Please sign in to comment.