PollWriterFacade.php
| 300 B | Satir:
0
| php
Geri
<?php namespace Inani\Larapoll; use Illuminate\Support\Facades\Facade; class PollWriterFacade extends Facade { /** * Get the registered name of the component. * * @return string */ protected static function getFacadeAccessor() { return 'pollwritter'; } }
Kaydet
Ctrl+S ile kaydet