framework/src/Event/ConfigureApiRoutes.php
Franz Liedke c41e58531a
Deprecate remaining non-namespaced events
These will be replaced by etenders soon.
2018-01-03 09:42:11 +01:00

20 lines
332 B
PHP

<?php
/*
* This file is part of Flarum.
*
* (c) Toby Zerner <toby.zerner@gmail.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Flarum\Event;
/**
* @deprecated
*/
class ConfigureApiRoutes extends AbstractConfigureRoutes
{
}