Skip to content

Instantly share code, notes, and snippets.

@DvdQzd
Last active January 11, 2019 13:30
Show Gist options
  • Save DvdQzd/79b3c78a1bc2c49f202529f40094e099 to your computer and use it in GitHub Desktop.
Save DvdQzd/79b3c78a1bc2c49f202529f40094e099 to your computer and use it in GitHub Desktop.
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Pokemon extends Model
{
protected $fillable = ['name'];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment