
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
<?php

namespace RectorPrefix202411\Illuminate\Contracts\Queue;

interface ShouldQueueAfterCommit extends ShouldQueue
{
    //
}
