This commit is contained in:
2020-09-17 10:56:05 +08:00
commit 38eff9579c
744 changed files with 170248 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
{
//
}