mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +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
c31b004f0c
commit
d55daf2a8c
@@ -11,7 +11,7 @@ namespace Flarum\Tests\unit\Install;
|
||||
|
||||
use Flarum\Install\BaseUrl;
|
||||
use Flarum\Tests\unit\TestCase;
|
||||
use Zend\Diactoros\Uri;
|
||||
use Laminas\Diactoros\Uri;
|
||||
|
||||
class BaseUrlTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user