for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace GeminiLabs\Castor\Facades;
use GeminiLabs\Castor\Facade;
class Log extends Facade
{
/**
* Get the fully qualified class name of the component.
*
* @return string
*/
protected static function getFacadeAccessor()
return \GeminiLabs\Castor\Helpers\Log::class;
}