Преглед на файлове

Fixed redeclared method

Samson Mutunga преди 1 година
родител
ревизия
d1c5d9dcf9
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      app/Models/Point.php

+ 0 - 5
app/Models/Point.php

@@ -8,11 +8,6 @@ class Point extends Model
 {
     protected $table = 'point';
 
-    public function client()
-    {
-        return $this->hasOne(Client::class, 'id', 'client_id');
-    }
-
     public function creatorPro()
     {
         return $this->hasOne(Pro::class, 'id', 'created_by_pro_id');