File "Facade.stub"

Full Path: /home/cnerdvmd/public_html/test/wp-content/plugins/fluentform/framework/Foundation/Facade.stub
File size: 148 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace DummyNamespace;

use FluentForm\Framework\Foundation\AppFacade;

class DummyClass extends AppFacade
{
	static $key = 'DummyKey';
}