| 1 | <?php |
||
| 11 | * @author bantenprov <[email protected]> |
||
| 12 | */ |
||
| 13 | class SekolahFacade extends Facade |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * Get the registered name of the component. |
||
| 17 | * |
||
| 18 | * @return string |
||
| 19 | */ |
||
| 20 | protected static function getFacadeAccessor() |
||
| 21 | { |
||
| 22 | return 'sekolah'; |
||
| 23 | } |
||
| 25 |