Last active
May 5, 2017 15:34
-
-
Save Garbee/f9670f36d593e945f482ffc11184dffb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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