$this->responseCreated() method not found |
Hi,
Method respondCreated() is still provided by Codeigniter 4.5.1. You can see from the link below. https://github.com/datamweb/CodeIgniter4...#L143-L157 Make sure your controller extends from ResourceController. Like below: PHP Code: <?php Or enter ResponseTrait manually: PHP Code: <?php |
Messages In This Thread |
$this->responseCreated() method not found - by spreaderman - 05-18-2024, 05:42 AM
RE: $this->responseCreated() method not found - by datamweb - 05-18-2024, 01:04 PM
RE: $this->responseCreated() method not found - by kenjis - 05-18-2024, 04:29 PM
|