/** * Get the number of active transactions. * * @return int * @static */ public static function transactionLevel() { //Method inherited from \Illuminate\Database\Connection return \Vinelab\NeoEloquent\Connection::transactionLevel(); }