%PDF- %PDF-
Direktori : /var/www/html/diaspora/api/app/Models/ |
Current File : /var/www/html/diaspora/api/app/Models/MyCountrySectionTranslation.php |
<?php namespace App\Models; /** * @property integer id */ class MyCountrySectionTranslation extends BaseModel { public $timestamps = false; protected $fillable = [ 'title', 'description', ]; }