mirror of
https://github.com/flarum/core.git
synced 2025-10-12 07:24:27 +02:00
#696 Added support for prefixes in AbstractUrlGenerator.
This commit is contained in:
@@ -14,5 +14,8 @@ use Flarum\Http\AbstractUrlGenerator;
|
||||
|
||||
class UrlGenerator extends AbstractUrlGenerator
|
||||
{
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected $prefix = 'api';
|
||||
}
|
||||
|
Reference in New Issue
Block a user