Move User model to Models/
This commit is contained in:
@@ -27,6 +27,6 @@ class Country extends Model
|
||||
*/
|
||||
public function users()
|
||||
{
|
||||
return $this->hasMany(\App\User::class);
|
||||
return $this->hasMany(User::class);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user