Last active
November 28, 2015 14:18
-
-
Save aziflaj/e6d9db750a7d7739f8d0 to your computer and use it in GitHub Desktop.
Week #7 codes
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 | |
| use Illuminate\Database\Eloquent\Model; | |
| class User extends Model | |
| { | |
| // The rest of your model | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment