for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace WPEmerge\View;
use WPEmerge\Support\Facade;
/**
* Provide access to the view service
*
* @codeCoverageIgnore
*/
class ViewFacade extends Facade {
protected static function getFacadeAccessor() {
return WPEMERGE_VIEW_KEY;
}