mirror of
https://github.com/flarum/core.git
synced 2025-10-13 07:54:25 +02:00
Change Zend namespace to Laminas (#1963)
Also ensure backwards compatibility for extensions that use the Zend framework but don't explicitly require it.
This commit is contained in:
committed by
Franz Liedke
parent
ca0c52d60a
commit
d7a5a6ad14
@@ -9,8 +9,8 @@
|
||||
|
||||
namespace Flarum\Api;
|
||||
|
||||
use Laminas\Diactoros\Response\JsonResponse;
|
||||
use Tobscure\JsonApi\Document;
|
||||
use Zend\Diactoros\Response\JsonResponse;
|
||||
|
||||
class JsonApiResponse extends JsonResponse
|
||||
{
|
||||
|
Reference in New Issue
Block a user