Skip to content

Instantly share code, notes, and snippets.

@Garbee
Last active May 5, 2017 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Garbee/f9670f36d593e945f482ffc11184dffb to your computer and use it in GitHub Desktop.
Save Garbee/f9670f36d593e945f482ffc11184dffb to your computer and use it in GitHub Desktop.
<?php
/**
* Class Product
*
* @property string $name
* @property bool $disabled
* @property Carbon $updated_at
* @property Carbon $created_at
*
* @property CardData|null $magicData
* @property Collection $variations
* @property Collection $categories
* @property Collection $aliases
*/
class Product extends BaseModel {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment