mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-13 07:00:08 +01:00
9 lines
85 B
PHP
9 lines
85 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Contracts\Queue;
|
||
|
|
||
|
interface ShouldBeEncrypted
|
||
|
{
|
||
|
//
|
||
|
}
|