master

laravel/framework

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

ShouldHandleEventsAfterCommit.php

TLDR

This file contains the ShouldHandleEventsAfterCommit interface, which is defined in the Illuminate\Contracts\Events namespace.

Methods

This file does not contain any methods.

<?php

namespace Illuminate\Contracts\Events;

interface ShouldHandleEventsAfterCommit
{
    //
}