aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Structure/Modules/ElemModes/Declarative.php
blob: 7c6833113218ae544a2c8c56da46a328a3b08239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

declare(strict_types=1);

namespace Nsfisis\Waddiwasi\Structure\Modules\ElemModes;

use Nsfisis\Waddiwasi\Structure\Modules\ElemMode;

final readonly class Declarative extends ElemMode
{
    protected function __construct()
    {
    }
}