Edit File: ShouldQueueAfterCommit.php
<?php namespace Illuminate\Contracts\Queue; interface ShouldQueueAfterCommit extends ShouldQueue { // }
Back to File Manager