Apply suggestions from code review
This commit is contained in:
parent
4be784944c
commit
96028609a9
|
@ -34,7 +34,6 @@ class TextLoader implements ModelLoader
|
|||
*/
|
||||
public function loadModel(Model $model): void
|
||||
{
|
||||
// dd($this->text);
|
||||
$model->loadModelFromText($this->text);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue