6 lines
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
|
|
namespace Webkul\Attribute\Contracts;
|
|
|
|
interface Attribute {}
|