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