Closed ekvedaras closed 3 years ago
Example:
$data = $event->getData(); User::create([ 'value_one' => $data['value_one'], 'deep_value' => $data['response']['deep_value'], ]);
The plugin inspects and completes $data array key names when it should not.
$data
This is slightly related to #40 . Might be addressed together 🤷🏻♂️
Might be related to #56 .
Example:
The plugin inspects and completes
$data
array key names when it should not.