Fixed error comment.

This commit is contained in:
李铭昕 2019-01-30 11:13:31 +08:00
parent 5861e34900
commit 353ee3bb04

View File

@ -20,7 +20,7 @@ use Psr\Container\ContainerInterface;
* DB Helper.
* @method static beginTransaction
* @method static rollback
* @method statuc commit
* @method static commit
*/
class Db
{