7 lines
66 B
PHP
7 lines
66 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Webkul\Velocity\Contracts;
|
||
|
|
|
||
|
|
interface Content
|
||
|
|
{
|
||
|
|
}
|