CustomUnit.php 95 B

123456789
  1. <?php
  2. namespace App\Yr\Forecast\Tabular\Time;
  3. class CustomUnit extends AbstractUnit {
  4. }
  5. ?>