インストールしたばかりのlaravelバンドルでこれを見つけましたが、実際には何が何でwith()
あるかわかりません...どこにも宣言されていないためです
public static function of($query)
{
$ins = with(new static); // What is with(new static) ?
$ins->save_query($query);
return $ins;
}
インストールしたばかりのlaravelバンドルでこれを見つけましたが、実際には何が何でwith()
あるかわかりません...どこにも宣言されていないためです
public static function of($query)
{
$ins = with(new static); // What is with(new static) ?
$ins->save_query($query);
return $ins;
}