for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Example\Models;
use CoffeeCode\DataLayer\DataLayer;
class Address extends DataLayer
{
public function __construct()
parent::__construct("address", [], 'address_id');
}