This commit is contained in:
2020-08-08 20:44:59 +05:00
parent 7dd62e46c0
commit 6103cf19ec
3 changed files with 68 additions and 0 deletions

10
app/Topic.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Topic extends Model
{
//
}