Fix bug in lesson 6

This commit is contained in:
Oliver Davies 2024-01-16 17:50:48 +00:00
parent 812ab02bfa
commit de5ffc1aee

View file

@ -8,7 +8,7 @@ use Drupal\node\NodeInterface;
final class PostBuilder {
private ?DrupalDateTime $created;
private ?DrupalDateTime $created = NULL;
private string $title;