Complete the notice display. add various fields to document to correctly display the notice. Correct bug #0025746
<?php
namespace CorpusParole\Facades;
use Illuminate\Support\Facades\Facade;
class RdfHelperFacade extends Facade {
protected static function getFacadeAccessor() {
return 'RdfHelper';
}
}