|
|
@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Model; |
|
|
class MiniProgramTemplate extends Model |
|
|
class MiniProgramTemplate extends Model |
|
|
{ |
|
|
{ |
|
|
use HasFactory; |
|
|
use HasFactory; |
|
|
|
|
|
protected $primaryKey = 'template_id'; |
|
|
|
|
|
|
|
|
public function __construct(array $attributes = []) |
|
|
public function __construct(array $attributes = []) |
|
|
{ |
|
|
{ |
|
|
|