관리-도구
편집 파일: ShouldQueueWithoutChain.php
<?php namespace Maatwebsite\Excel\Concerns; use Illuminate\Contracts\Queue\ShouldQueue; interface ShouldQueueWithoutChain extends ShouldQueue { }