mirror of
https://github.com/Karaka-Management/oms-Exchange.git
synced 2026-02-07 13:28:42 +00:00
Automated formatting changes
This commit is contained in:
parent
6c050abe45
commit
4387e28fef
|
|
@ -29,8 +29,8 @@ class Navigation
|
|||
/**
|
||||
* Install navigation providing
|
||||
*
|
||||
* @param string $path Module path
|
||||
* @param ApplicationAbstract $app Application
|
||||
* @param string $path Module path
|
||||
* @param ApplicationAbstract $app Application
|
||||
*
|
||||
* @return void
|
||||
*
|
||||
|
|
|
|||
|
|
@ -233,7 +233,7 @@ final class ApiController extends Controller
|
|||
{
|
||||
Directory::delete(__DIR__ . '/../tmp/');
|
||||
|
||||
$upload = new UploadFile();
|
||||
$upload = new UploadFile();
|
||||
$upload->outputDir = __DIR__ . '/../tmp/';
|
||||
|
||||
$upload->upload($request->getFiles());
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user