Jonathan KPEYI

Results 1 comments of Jonathan KPEYI

@allandantasdev Hello Are you sure this code is correct ? ```class Category extends Model { // ... public function examples(): HasMany { return $this->hasMany(Example::class); // this ends by a semicolon...