generated model phpdocs

This commit is contained in:
Max Kovalenko
2019-05-22 09:41:19 +03:00
committed by Max Kovalenko
parent 424cf6478f
commit 1a87a96e55
63 changed files with 1864 additions and 0 deletions
+24
View File
@@ -16,6 +16,30 @@ namespace App\Models;
use Illuminate\Database\Eloquent\Model;
/**
* App\Models\Notification
*
* @property int $id
* @property string $type
* @property int $notifiable_id
* @property string $notifiable_type
* @property string $data
* @property string|null $read_at
* @property \Illuminate\Support\Carbon|null $created_at
* @property \Illuminate\Support\Carbon|null $updated_at
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification newModelQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification newQuery()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification query()
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereCreatedAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereData($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereId($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereNotifiableId($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereNotifiableType($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereReadAt($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereType($value)
* @method static \Illuminate\Database\Eloquent\Builder|\App\Models\Notification whereUpdatedAt($value)
* @mixin \Eloquent
*/
class Notification extends Model
{
//