Move Renderable class: Meritoo\Common -> Meritoo\Common\Contract

This commit is contained in:
Meritoo
2021-03-28 22:34:25 +02:00
parent 1116034fe6
commit e47eaae8b2
3 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -1 +1 @@
1.1.2 1.1.3

View File

@@ -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;