Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
leeqvip authored Jun 15, 2024
1 parent 4be7849 commit 9602860
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Loaders/TextLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public function __construct(array $config)
*/
public function loadModel(Model $model): void
{
// dd($this->text);
$model->loadModelFromText($this->text);
}
}

0 comments on commit 9602860

Please sign in to comment.