mirror of
https://github.com/flarum/framework.git
synced 2025-06-01 21:13:24 +08: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