Dan Storm
Dan Storm
The `HasAttributes` trait allows for setting attributes on models. But the attributes are being managed differently via a [mutator based on whether or not the model exists](https://github.com/getcandy/candy-api/blob/master/src/Core/Traits/HasAttributes.php#L76-L84) in the database....
This minor fix addressed issue #332 **Description** Instead of using the mutators scope for setting the parent ID of a child category, which failed, this utilizes the trait method provided...
## Expected Behavior When setting the `Category` model attribute `parent_id` and save the model, the attribute should be persisted. ## Current Behavior When trying set the `Category` model attribute `parent_id`...
Addresses issue #30 (I created myself). Usage: ``` $message = $client->getMessageBuilder() ->setText('') ->setChannel($channel) ->addAttachment(new Attachment('Title', 'This *is* _formatted_', 'danger, 'fallback', [], ['text', 'pretext', 'fields'])) ->create(); ```
Example: + Parameters + reference: 2018-95 (string, required) - The reference of a given entity The part with `The reference of a given entity` isn't included in the generated output....
After importing 12,754 documents I've suddenly recieved a load of these messages and importing stops: ``` [134]: index [members], type [member], id [526f9808edf2886a0a8b463a], message [MapperParsingException[object mapping for [member] tried to...
This pull request specifically targets the upgrade of Ubuntu from 14.04 to 16.04. Here are some key topics that this upgrade has impact on, which is important to users for...
I'm certain that it's me doing something wrong, but for some reason, Jenkins isn't starting a build on my pull request when the webhook is sent. It seems that GitHub...
## What happened I wanted to open my Android module, in a Flutter project, in Android Studio using the context menu on the Android folder. ## Version information Android Studio...