Search found 1 match

by auvee.aslam
28 Apr 2019, 10:40
Forum: Help
Topic: Is it Resonse::view or will it be Response::view ?
Replies: 1
Views: 1476

Is it Resonse::view or will it be Response::view ?

In the aimeos.org/laravel-ecommerce-package/ , it is said that coding standard in aimeos is like, Resonse::view( 'shop.catalog.list', [ 'listbody' => Shop::get( 'catalog/lists' )->getBody(), 'listhead' => Shop::get( 'catalog/lists' )->getHeader() ] ); But I think it should be strated with Res p onse...