Remove var_dump
This commit is contained in:
parent
cdd4c83e4f
commit
d007792f3a
@ -11,7 +11,6 @@ require(HESK_PATH . 'install/migrations/core.php');
|
|||||||
$allMigrations = getAllMigrations();
|
$allMigrations = getAllMigrations();
|
||||||
$json = file_get_contents('php://input');
|
$json = file_get_contents('php://input');
|
||||||
$request = json_decode($json, true);
|
$request = json_decode($json, true);
|
||||||
var_dump($request);
|
|
||||||
|
|
||||||
/* @var $migration AbstractMigration */
|
/* @var $migration AbstractMigration */
|
||||||
$migration = $allMigrations[$request['migrationNumber']];
|
$migration = $allMigrations[$request['migrationNumber']];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user