mentors

mentors Commit Details


Date:2014-07-06 23:59:02 (10 years 5 months ago)
Author:Right Or Wrong
Branch:develop
Commit:bdb4a386695d23da8fda5eae9a2ac389d54f095b
Parents: 42af084481b7ad8e29c5c76c0ac3b69c1d7bbb03
Message:added soft deletion feature

Changes:

File differences

app/models/Match.php
11
22
3
4
35
46
57
......
79
810
911
12
13
14
15
1016
1117
<?php
use Illuminate\Database\Eloquent\SoftDeletingTrait;
/**
* This model manages the matches between mentors and mentees
*/
{
protected $table = 'matches';
protected $softDelete = true;
protected $dates = ['deleted_at'];
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05062s using 13 queries.