bnomei/kirby-blueprints

View on GitHub
classes/Blueprints/Attributes/GenericAttribute.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bnomei\Blueprints\Attributes;

use Bnomei\Blueprints\IsArrayable;

class GenericAttribute
{
    use IsArrayable;
}