HighSpeaker/vendor/illuminate/contracts/Queue/ShouldBeEncrypted.php

9 lines
85 B
PHP
Raw Normal View History

2022-12-24 19:40:40 +05:30
<?php
namespace Illuminate\Contracts\Queue;
interface ShouldBeEncrypted
{
//
}