app->bindShared('hash', function() { return new SplineHasher; }); } /** * Get the services provided by the provider. * * @return array */ public function provides() { return array('hash'); } }