Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Update LaADuoExt.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ichynul authored Jun 9, 2020
1 parent d5cdaee commit 00f3eee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LaADuoExt.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class LaADuoExt extends Extension
'name' => 'Laaduo',
'slug' => 'admin.laaduo',
'path.*' => 'la-a-duo/*',
'path' => [],
'method' => ['*'],
'path' => ['la-a-duo/index'],
'method' => null,
'method.*' => '*'
];

Expand Down

0 comments on commit 00f3eee

Please sign in to comment.