GitProject.php 71 B

12345678
  1. <?php
  2. namespace App\Models;
  3. class GitProject extends Base
  4. {
  5. //
  6. }