framework/src/Api
Franz Liedke 936f67e953
Use ::class instead of some hardcoded class names
This gives us better refactoring functionality in IDEs like
PhpStorm, and also more quickly surfaces typos through errors
about undefined classes. :)
2018-01-03 09:41:46 +01:00
..
Controller Use ::class instead of some hardcoded class names 2018-01-03 09:41:46 +01:00
Event Move events to Flarum\Api namespace 2017-10-03 18:54:07 +02:00
Exception Apply fixes from StyleCI 2016-11-29 05:03:53 +00:00
ExceptionHandler satisfying styleci, undo mysql in travis 2017-10-05 14:02:54 +02:00
Middleware Update to Zend Stratigility 1.3 2017-01-02 22:57:09 +01:00
Serializer Remove unused method 2017-12-27 16:17:35 +10:30
ApiKey.php Cleanup code, typehints and class references 2017-10-03 18:54:07 +02:00
ApiServiceProvider.php fixed the BasicFoo vs FooBasic serializer definition issue, prevented for future using ::class 2017-12-15 08:29:07 +01:00
Client.php Extract new Flarum\User namespace 2017-10-03 18:47:23 +02:00
ErrorHandler.php Apply fixes from StyleCI 2016-11-29 05:03:53 +00:00
JsonApiResponse.php Apply fixes from StyleCI 2016-11-29 05:03:53 +00:00
routes.php Fix namespace orderings 2017-10-03 18:54:06 +02:00