for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of Properties package.
*
* @author Serafim <[email protected]>
* @date 14.04.2016 17:07
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Serafim\Properties;
use Serafim\Properties\Support\Registry;
use Serafim\Properties\Support\Strings as Str;
* Class Properties
* @package Serafim\Properties
trait Properties
{
use Getters, Setters;
}