search index
This commit is contained in:
@@ -13,6 +13,7 @@ class RecordRepo
|
||||
public static function create(Record $record): void
|
||||
{
|
||||
$recordToDB = $record->toDB();
|
||||
|
||||
DB::table("records")->insert($recordToDB);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user