Current Path : /home/numerotech/www/mcq.urbanedge.co.in/app/library/crypt/ |
Current File : //home/numerotech/www/mcq.urbanedge.co.in/app/library/crypt/CryptRC4Facade.php |
<?php namespace Library\Facades; use Illuminate\Support\Facades\Facade; class CryptRC4 extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'cryptrc4'; } }