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
{
//
}
Last updated at: 29/12/2023 09:21
The ShouldBeEncrypted
interface is part of the Illuminate\Contracts\Queue
namespace and does not contain any methods.
<?php
namespace Illuminate\Contracts\Queue;
interface ShouldBeEncrypted
{
//
}