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