| 1 | <?php |
||
| 22 | class AdminStyles implements Service, AssetsAware { |
||
| 23 | |||
| 24 | use AssetsAwareness; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * Register the current Registerable. |
||
| 28 | * |
||
| 29 | * @since %VERSION% |
||
| 30 | */ |
||
| 31 | public function register() { |
||
| 38 | |||
| 39 | /** |
||
| 40 | * Load asset objects for use. |
||
| 41 | * |
||
| 42 | * @since %VERSION% |
||
| 43 | */ |
||
| 44 | protected function load_assets() { |
||
| 49 | } |
||
| 50 |