mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Move Renderable class: Meritoo\Common -> Meritoo\Common\Contract
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
Common and useful classes, methods, exceptions etc.
|
Common and useful classes, methods, exceptions etc.
|
||||||
|
|
||||||
|
# 1.1.3
|
||||||
|
|
||||||
|
1. Move `Renderable` class: `Meritoo\Common` -> `Meritoo\Common\Contract`
|
||||||
|
|
||||||
# 1.1.2
|
# 1.1.2
|
||||||
|
|
||||||
1. Change mode of `Xdebug` to `coverage` in Docker's configuration to make it possible to generate code coverage by
|
1. Change mode of `Xdebug` to `coverage` in Docker's configuration to make it possible to generate code coverage by
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace Meritoo\Common\Renderable;
|
namespace Meritoo\Common\Contract\Renderable;
|
||||||
|
|
||||||
use Meritoo\Common\Collection\Templates;
|
use Meritoo\Common\Collection\Templates;
|
||||||
|
|
||||||
Reference in New Issue
Block a user