for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Core\Entities;
/**
* Class Yon
*
* @package Arcanesoft\Core\Entities
* @author ARCANEDEV <[email protected]>
* @deprecated Use Arcanesoft\Core\Entities\YesOrNo
*/
class Yon extends YesOrNo
{
//
}