PropertyShareVerification.php 253 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 <?php namespace App\Models\Legal; use App\Models\BaseModel; /** * Class PropertyShareVerification * @package App\Models\Legal */ class PropertyShareVerification extends BaseModel { protected $updated_at = false; protected $guarded = []; }