master

laravel/framework

Last updated at: 29/12/2023 09:21

ShouldBeEncrypted.php

TLDR

The ShouldBeEncrypted interface is part of the Illuminate\Contracts\Queue namespace and does not contain any methods.

END

<?php

namespace Illuminate\Contracts\Queue;

interface ShouldBeEncrypted
{
    //
}