1
0
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:
Albert221
2016-01-04 15:11:28 +01:00
parent 5bbcba6332
commit 096aae7919
2 changed files with 16 additions and 2 deletions

View File

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