Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extend transaction #44

Merged
merged 1 commit into from
Apr 22, 2017
Merged

extend transaction #44

merged 1 commit into from
Apr 22, 2017

Conversation

ytake
Copy link
Owner

@ytake ytake commented Apr 22, 2017

Append Multiple Transaction

use Ytake\LaravelAspect\Annotation\Transactional;

/**
 * @Transactional({"master", "second_master"})
 */
public function save(array $params)
{
    $this->eloquent->save($params);
    $this->query->save($params);
}

@scrutinizer-notifier
Copy link

The inspection completed: 2 new issues, 11 updated code elements

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 95.763% when pulling 8d0e333 on feature/multiple-transaction into e214ab0 on master.

@ytake ytake merged commit 401ef4d into master Apr 22, 2017
@ytake ytake deleted the feature/multiple-transaction branch April 22, 2017 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants