-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use ServiceProvider and ControllerProvider for the Transaction Service #139
Use ServiceProvider and ControllerProvider for the Transaction Service #139
Conversation
|
||
$app->register($islandoraTransactionService); | ||
$app->mount("/islandora", $islandoraTransactionService); | ||
|
||
$app['fedora'] = $app->share(function () { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@whikloj, this line and the two next ones are not needed anymore
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doh! Yep good catch.
One of the things I found confusing was we name one file with Thoughts? |
@Islandora-CLAW/7-x-2-x-committers, are you all good with this? I checked and would like to merge (depending one is already merged) so we can keep iterating. Will wait the 24hr span for some comments. Thanks! |
do eeeeeeeeeeeeit! |
Looks good to me. |
Use ServiceProvider and ControllerProvider for the Transaction Service
Got consensus so merged right away. Thanks @whikloj for this pull |
This depends on Islandora/chullo#32 to correct the FedoraApi extendTransaction call.