最佳答案
I saw in some frameworks this line of code:
return new static($view, $data);
how do you understand the new static?