Skip to content

Commit 1be5a57

Browse files
committed
Add model to config
1 parent 3334cdb commit 1be5a57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

config/mailium-oauth.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,12 @@
3636
|
3737
*/
3838
'app_type' => env('MAILIUM_APP_TYPE', 'embedded'),
39+
40+
/*
41+
|--------------------------------------------------------------------------
42+
| Eloquent model
43+
|--------------------------------------------------------------------------
44+
|
45+
*/
46+
'model' => \MailiumOauthClient\MailiumOauthClientLaravel\MailiumAppAuthenticatable::class,
3947
];

0 commit comments

Comments
 (0)