9 lines
94 B
PHP
9 lines
94 B
PHP
|
<?php
|
||
|
|
||
|
namespace Illuminate\Contracts\Events;
|
||
|
|
||
|
interface ShouldDispatchAfterCommit
|
||
|
{
|
||
|
//
|
||
|
}
|