for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Iban query field file.
*
* @package App
* @copyright YetiForce S.A.
* @license YetiForce Public License 5.0 (licenses/LicenseEN.txt or yetiforce.com)
* @author Adrian Kon <[email protected]>
*/
namespace App\Conditions\QueryFields;
* Iban query field class.
class IbanField extends BaseField
{
}