bnomei/kirby-blueprints

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

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
 
namespace Bnomei\Blueprints\Attributes;
 
use Bnomei\Blueprints\IsArrayable;
 
class GenericAttribute
{
use IsArrayable;
}