for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by PhpStorm.
* User: zhanglingyu
* Date: 2019-03-06
* Time: 10:59
*/
namespace ArcherZdip\Identity;
class IdentityFacade
{
* @return string
protected static function getFacadeAccessor()
return 'identity_faker';
}