FIX - ApiController - variable ARRAY
This commit is contained in:
parent
989fc94476
commit
6830695887
|
|
@ -15,7 +15,7 @@ class ApiController extends Controller
|
||||||
$environment = isset($request['environment']) ? $request['environment'] : NULL;
|
$environment = isset($request['environment']) ? $request['environment'] : NULL;
|
||||||
$answer = NULL;
|
$answer = NULL;
|
||||||
|
|
||||||
App::log('apiController', $array($method, $data, $environment));
|
App::log('apiController', array($method, $data, $environment));
|
||||||
|
|
||||||
switch ($method) {
|
switch ($method) {
|
||||||
case 'categories':
|
case 'categories':
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue