-
KELBERT Paul authoredKELBERT Paul authored
Platform.php 197 B
<?php
namespace seance\modele;
class Platform extends \Illuminate\Database\Eloquent\Model
{
protected $table = 'platform';
protected $primaryKey = 'id';
public $timestamps = false;
}