Skip to content

Instantly share code, notes, and snippets.

@amir9480
Created May 20, 2019 18:10
Show Gist options
  • Save amir9480/0269df40e3c4733e387c4aa709bfc6f0 to your computer and use it in GitHub Desktop.
Save amir9480/0269df40e3c4733e387c4aa709bfc6f0 to your computer and use it in GitHub Desktop.
vasiat laravel
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class BlogComment extends Model
{
protected $casts = [
'confirmed' => 'boolean'
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment