server/src/app/Providers/ViafServiceProvider.php
changeset 139 8d688175513a
parent 23 037687868bc4
equal deleted inserted replaced
138:3079cbf80006 139:8d688175513a
    16      * @return void
    16      * @return void
    17      */
    17      */
    18     public function register()
    18     public function register()
    19     {
    19     {
    20         $this->app->bind('CorpusParole\Services\ViafResolverInterface', function($app) {
    20         $this->app->bind('CorpusParole\Services\ViafResolverInterface', function($app) {
    21             return new ViafResolver($app['guzzle']);
    21             return new ViafResolver($app['Guzzle']);
    22         });
    22         });
    23     }
    23     }
    24 }
    24 }