This commit is contained in:
2021-03-24 09:51:17 +08:00
commit ae1ba1d4e9
719 changed files with 171752 additions and 0 deletions

8
app/Models/Link.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
namespace App\Models;
class Link extends Model
{
//
}