for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/*
* @copyright (c) 2019 Mendel <[email protected]>
* @license see license.txt
*/
namespace drycart\data\tests\dummy;
/**
* Description of DummyExtendedModel
*
* @author mendel
class DummyExtendedModel extends DummyModel
{
* Fake selfMake method...
* @return self
public static function make() : self
return new static;
}