for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace LaraComponents\Seo\OpenGraph\Objects;
class Book extends TypeObject
getType
{
protected $author;
protected $isbn;
protected $releaseDate;
protected $tag;
}