Help Menu prototype v0.1

This commit is contained in:
Dillon
2023-05-04 15:19:04 +08:00
parent cd3e955f3e
commit 5b00b7b45f
40 changed files with 1732 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
namespace App\Models;
class QAQuestions extends AbstractModel
{
protected $table = 'qa_questions';
}