Update supplier details to use form helpers, and added in api settings

This commit is contained in:
Deon George
2022-08-06 00:22:22 +10:00
parent ae3f97d890
commit a1fd36aa6f
7 changed files with 128 additions and 128 deletions

View File

@@ -42,4 +42,10 @@ return [
'client_secret' => env('AUTH_GOOGLE_SECRET'),
'redirect' => '/auth/google/callback',
],
'supplier' => [
'crazydomain' => [
'api'=> \Dreamscape\API::class,
]
],
];