for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Digitonic\IexCloudSdk\Facades\InvestorsExchangeData\Stats;
use Illuminate\Support\Facades\Facade;
class Intraday extends Facade
{
/**
* @return string
*/
protected static function getFacadeAccessor()
return \Digitonic\IexCloudSdk\InvestorsExchangeData\Stats\Intraday::class;
}