Created
November 5, 2018 10:18
-
-
Save wpupru/01e377e29bf82d8fa9677567c2df9e67 to your computer and use it in GitHub Desktop.
ModelPage
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 | |
namespace App; | |
use http\Env\Request; | |
use Illuminate\Database\Eloquent\Model; | |
class Page extends Model | |
{ | |
protected $fillable = ['name','alias','text','images']; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment