for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* Forest: AddressBookAVLTree.php
* User: Sebastian Böttger <[email protected]>
* created at 25.12.19, 20:44
*/
class AddressBookAVLTree extends Seboettg\Forest\AVLTree
{
public function __construct()
parent::__construct(AddressBookEntry::class);
}