Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spulakk committed Mar 3, 2022
1 parent 77b56a3 commit 24cac61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -121,5 +121,5 @@ Just make sure the data is always wrapped in the specified class to avoid errors
$entity->file = new \App\Datatype\File(new \SplFileInfo('../app/Datatype/File.php'));
bdump($entity->file); //App\Datatype\File(value: SplFileInfo(path: '../app/Datatype/File.php'));
bdump($ntity->file->value->getFilename()); //'File.php'
bdump($entity->file->value->getFilename()); //'File.php'
```

0 comments on commit 24cac61

Please sign in to comment.