Bristol SU Support Package
LogicTester.php
Go to the documentation of this file.
1 <?php
2 
3 
5 
6 
13 
21 class LogicTester extends Facade
22 {
23 
29  protected static function getFacadeAccessor()
30  {
31  return LogicTesterContract::class;
32  }
33 
34 }