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