以下は私のルートの例です。Categoryというカスタムクラスがありますが、このようなエラーが発生しています Class 'app\Category' not found
$app->get('/category',function($request, $response, $args){
$categories = new app\Category();
$categories->getCategories();
});
スリム フレームワーク V3 で使用するためにこのクラスをロードする方法