Traditional Culture Encyclopedia - Photography major - Call undefined method app \ models \ users:: findbysusername ()

Call undefined method app \ models \ users:: findbysusername ()

Suppose you have implemented the findByUsername function of the users class. When you wrote this function, did you define it as a static static function? For example, the public static function finduser name () {

.......... definition

}