ListMonth.php 116 B

12345678910
  1. <?php
  2. namespace App\Model\Date;
  3. use Illuminate\Database\Eloquent\Model;
  4. class ListMonth extends Model
  5. {
  6. //
  7. }