6 lines
69 B
Plaintext
6 lines
69 B
Plaintext
|
if ($this->${1:Model}->save(${2:$this->data})) {
|
||
|
$3
|
||
|
} else {
|
||
|
$4
|
||
|
};
|