`Call to undefined method AppModelsCountry::city()
at vendorlaravelframeworksrcIlluminateSupportTraitsForwardsCalls.php:67
63▕ * @throws BadMethodCallException
64▕ */
65▕ protected static function throwBadMethodCallException($method)
66▕ {
➜ 67▕ throw new BadMethodCallException(sprintf(
68▕ ‘Call to undefined method %s::%s()’, static::class, $method
69▕ ));
70▕ }your text
71▕ }
I don’t know where the error comes from when I do php artisan migrate`
Yassir Abourial is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.