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:
@@ -14,5 +14,8 @@ use Flarum\Http\AbstractUrlGenerator;
|
||||
|
||||
class UrlGenerator extends AbstractUrlGenerator
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $path = 'admin';
|
||||
}
|
||||
|
Reference in New Issue
Block a user