Skip to content

Commit

Permalink
Add initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
visa4 committed Jun 2, 2016
1 parent 8dfa399 commit f1ade4a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/OauthClientModelInitializer.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php
namespace Strapieno\Auth\Model;


/**
* Class OauthClientModelInitializer
*/
class OauthClientModelInitializer
{
const SERVICE_NAME = OauthClientModelService::class;
const INSTANCE_CLASS = OauthClientModelAwareInterface::class;
const SETTER_METHOD = 'setOauthClientModelService';
}

0 comments on commit f1ade4a

Please sign in to comment.