pratphall
pratphall copied to clipboard
call a static method
Hi, id like to translate this code in PratPhall. But i don't know how to covert the call to a static method
Route::get('/', function() { return 'Hello World'; });
Thanks in advance for help