1
0
mirror of https://github.com/flarum/core.git synced 2025-10-20 03:06:07 +02:00

Unified two URL prefix variables into one

This commit is contained in:
Albert221
2016-01-12 22:07:47 +01:00
parent 17da649d0a
commit b123e435ff
3 changed files with 5 additions and 13 deletions

View File

@@ -14,5 +14,8 @@ use Flarum\Http\AbstractUrlGenerator;
class UrlGenerator extends AbstractUrlGenerator
{
/**
* {@inheritdoc}
*/
protected $path = 'admin';
}