/home/smartonegroup/www/veroserv/vendor/illuminate/contracts/Queue/ShouldQueueAfterCommit.php
<?php

namespace Illuminate\Contracts\Queue;

interface ShouldQueueAfterCommit extends ShouldQueue
{
    //
}