HomeModel.php 270 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * Public Printer Control System
  4. *
  5. * Copyright © 2018 - 2019, Aaron Speer, aaron.speerfamily.ie ajamesspeer@gmail.com.
  6. * All Rights Reserved.
  7. */
  8. namespace App\Models;
  9. use App\Model;
  10. class HomeModel extends Model
  11. {
  12. public function __construct()
  13. {
  14. }
  15. }