fix rawsql on model
This commit is contained in:
parent
67b1ffefad
commit
bd899819cf
@ -3,6 +3,7 @@
|
||||
namespace App\Models;
|
||||
|
||||
use CodeIgniter\Model;
|
||||
use CodeIgniter\Database\RawSql;
|
||||
|
||||
class PatientModel extends Model {
|
||||
protected $table = 'patient';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user