Skip to content

Instantly share code, notes, and snippets.

@wilcorrea
Last active December 11, 2016 17:28
Show Gist options
  • Save wilcorrea/d28754cd290b39bdcac25f9515d4505f to your computer and use it in GitHub Desktop.
Save wilcorrea/d28754cd290b39bdcac25f9515d4505f to your computer and use it in GitHub Desktop.
<?php
class Fillable
{
/**
* @var array
*/
protected $fields = [];
/**
* @var array
*/
private $values = [];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment