9 lines
91 B
PHP
9 lines
91 B
PHP
<?php
|
|
|
|
namespace Illuminate\Contracts\Container;
|
|
|
|
interface ContextualAttribute
|
|
{
|
|
//
|
|
}
|