Fixed #5217 - permissions error with importer for non-admins

This commit is contained in:
snipe
2018-03-22 14:17:44 -07:00
parent 04af1f3c97
commit 140724be2e
2 changed files with 3 additions and 0 deletions
@@ -14,6 +14,7 @@ use Illuminate\Support\Facades\Session;
use League\Csv\Reader;
use Symfony\Component\HttpFoundation\File\Exception\FileException;
use Artisan;
use App\Models\Asset;
class ImportController extends Controller
{