Skip to content

Instantly share code, notes, and snippets.

@rawaby88
Created October 29, 2017 19:05
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 rawaby88/51f8fc9873942f0b20363d815e7f49a6 to your computer and use it in GitHub Desktop.
Save rawaby88/51f8fc9873942f0b20363d815e7f49a6 to your computer and use it in GitHub Desktop.
modal #php
protected $table = '';
protected $primaryKey = '';
public $incrementing = True;
public $timestamps = True;
protected $fillable = [
];
protected $hidden = [
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment