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

@@ -8,7 +8,7 @@
declare(strict_types=1);
namespace Meritoo\Common\Renderable;
namespace Meritoo\Common\Contract\Renderable;
use Meritoo\Common\Collection\Templates;