for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SchulzeFelix\BigQuery;
use Illuminate\Support\Facades\Facade;
/**
* @see \SchulzeFelix\BigQuery\BigQuery
*/
class BigQueryFacade extends Facade
{
protected static function getFacadeAccessor()
return 'bigquery';
}