Skip to content

Instantly share code, notes, and snippets.

@aziflaj
Last active November 28, 2015 14:18
Show Gist options
  • Save aziflaj/e6d9db750a7d7739f8d0 to your computer and use it in GitHub Desktop.
Save aziflaj/e6d9db750a7d7739f8d0 to your computer and use it in GitHub Desktop.
Week #7 codes
<?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