mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Update Laravel to 7.0
This commit is contained in:
28
app/OCOM.php
28
app/OCOM.php
@@ -4,6 +4,34 @@ namespace App;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
/**
|
||||
* App\OCOM
|
||||
*
|
||||
* @property int $id
|
||||
* @property string $ocom
|
||||
* @property string $objectif_competence
|
||||
* @property string $nbPeriode
|
||||
* @property string $objectif_rendement
|
||||
* @property string $oren
|
||||
* @property int $complementary
|
||||
* @property string $course_id
|
||||
* @property \Illuminate\Support\Carbon|null $created_at
|
||||
* @property \Illuminate\Support\Carbon|null $updated_at
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM newModelQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM newQuery()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM query()
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereComplementary($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereCourseId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereCreatedAt($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereId($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereNbPeriode($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereObjectifCompetence($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereObjectifRendement($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereOcom($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereOren($value)
|
||||
* @method static \Illuminate\Database\Eloquent\Builder|\App\OCOM whereUpdatedAt($value)
|
||||
* @mixin \Eloquent
|
||||
*/
|
||||
class OCOM extends Model
|
||||
{
|
||||
public function courses()
|
||||
|
||||
Reference in New Issue
Block a user