Apply suggestions from code review

This commit is contained in:
Jon 2024-06-16 01:01:02 +08:00 committed by GitHub
parent 4be784944c
commit 96028609a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ class TextLoader implements ModelLoader
*/
public function loadModel(Model $model): void
{
// dd($this->text);
$model->loadModelFromText($this->text);
}
}