PMC-1478: Missing 'use' statementswq

This commit is contained in:
Julio Cesar Laura Avendaño
2019-12-09 21:15:45 +00:00
parent d03777a25d
commit 2d2a113d89
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<?php <?php
use Illuminate\Support\Facades\Cache;
use ProcessMaker\Core\System; use ProcessMaker\Core\System;
use ProcessMaker\Plugins\PluginRegistry; use ProcessMaker\Plugins\PluginRegistry;

View File

@@ -1,5 +1,6 @@
<?php <?php
use Illuminate\Support\Facades\Cache;
use ProcessMaker\Core\System; use ProcessMaker\Core\System;
use ProcessMaker\Plugins\PluginRegistry; use ProcessMaker\Plugins\PluginRegistry;
use ProcessMaker\Validation\ValidationUploadedFiles; use ProcessMaker\Validation\ValidationUploadedFiles;