Skip to content

Commit

Permalink
Merge branch '1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
joesama committed Jan 6, 2020
2 parents 94e0a9d + e637f94 commit 276f41a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Routings/Concerns/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ public function pathConvention(string $type, string $function, array $attributes
{
$keymap = $this->keymapIsString(Arr::get($attributes, 'keymap'));

$keymap = $this->appendIdParameter($keymap);

if (!\is_array($keymap) || empty($keymap)) {
return $function;
} else {
Expand Down

0 comments on commit 276f41a

Please sign in to comment.