mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
8 lines
92 B
PHP
8 lines
92 B
PHP
<?php
|
|
|
|
namespace Illuminate\Contracts\Console;
|
|
|
|
interface PromptsForMissingInput
|
|
{
|
|
//
|
|
}
|