Add barryvdh/laravel-ide-helper

This commit is contained in:
DariusIII
2018-05-14 23:18:48 +02:00
parent ab2243e00a
commit 9e4959950e
70 changed files with 1928 additions and 52 deletions
+13
View File
@@ -4,6 +4,19 @@ namespace App\Models;
use Illuminate\Database\Eloquent\Model;
/**
* App\Models\MissedPart
*
* @property int $id
* @property int $numberid
* @property int $groups_id FK to groups.id
* @property bool $attempts
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereAttempts($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereGroupsId($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\MissedPart whereNumberid($value)
* @mixin \Eloquent
*/
class MissedPart extends Model
{
/**