9 lines
80 B
PHP
9 lines
80 B
PHP
<?php
|
|
|
|
namespace Illuminate\Contracts\Console;
|
|
|
|
interface Isolatable
|
|
{
|
|
//
|
|
}
|