Created
October 29, 2017 19:05
-
-
Save rawaby88/51f8fc9873942f0b20363d815e7f49a6 to your computer and use it in GitHub Desktop.
modal #php
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
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