skip to Main Content
author
145 views
2 votes

Laravel GET Route Calling Wrong Class Function

I’m learning Laravel on an existing 11.29.0 project.
I have two routes defined:
//api.php

Route::get('/items/approved', [ItemController::class, 'approved']);

Route::get('/items/{id}',

author
95 views
0 votes

Php – How to Solve 'Uncaught Error: Class “WP_Block_Metadata_Registry”' in WordPress site

Fatal error: Uncaught Error: Class "WP_Block_Metadata_Registry" not found in H:roothomeheritageenergy-002wwwfcewp-includesblocks.php:391
Stack trace:
#0 H:roothomeheritageenergy-002wwwfcewp-includesblocksindex.php(174): wp_register_block_metadata_collection()
#1 H:roothomeheritageenergy-002wwwfcewp-includesclass-wp-hook.php(324):

Back To Top
Search