no message
This commit is contained in:
parent
03c808770a
commit
b67dd33944
@ -33,9 +33,9 @@ final class TgStep extends Model
|
|||||||
|
|
||||||
public function find($iFromId, $iStep = false, $sCmd = false)
|
public function find($iFromId, $iStep = false, $sCmd = false)
|
||||||
{
|
{
|
||||||
$oTgStep = new TgStep();
|
$oTgStep = (new TgStep())->where("from_id", $iFromId);
|
||||||
|
|
||||||
$oTgStep->where("from_id", $iFromId);
|
// $oTgStep->where("from_id", $iFromId);
|
||||||
|
|
||||||
if ($iStep) {
|
if ($iStep) {
|
||||||
$oTgStep->where("step", $iStep);
|
$oTgStep->where("step", $iStep);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user