| Current Path : /var/www/html/eva.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/ |
| Current File : /var/www/html/eva.sumar.com.py/vendor/maatwebsite/excel/src/Concerns/ShouldQueueWithoutChain.php |
<?php
namespace Maatwebsite\Excel\Concerns;
use Illuminate\Contracts\Queue\ShouldQueue;
interface ShouldQueueWithoutChain extends ShouldQueue
{
}