mvc init...
This commit is contained in:
parent
09d602e182
commit
28cb34b4b7
@ -91,6 +91,6 @@ class UserController extends BaseController
|
|||||||
$msgs[] = $this->setLevel($entity, $level);
|
$msgs[] = $this->setLevel($entity, $level);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return PHP_EOL . "------" . date('Y/m/d-H:m') . "---------" . PHP_EOL . implode(PHP_EOL, $msgs) . PHP_EOL . "------------------------------" . PHP_EOL;
|
return PHP_EOL . "------" . date('Y/m/d-H:i') . "---------" . PHP_EOL . implode(PHP_EOL, $msgs) . PHP_EOL . "------------------------------" . PHP_EOL;
|
||||||
} //
|
} //
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user