View file vendor/laravel/framework/src/Illuminate/Contracts/Queue/ShouldBeEncrypted.php

File size: 85B
<?php

namespace Illuminate\Contracts\Queue;

interface ShouldBeEncrypted
{
    //
}