How can I get last inserted ID in Phinx?
I found something like this $this->adapter->getConnection()->lastInsertId(); but it was at 2014 so is there a handler to do it in some simpler way?