Update
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
|
||||
'runware' => [
|
||||
'api_key' => env('RUNWARE_API_KEY'),
|
||||
]
|
||||
],
|
||||
|
||||
'openai' => [
|
||||
'api_key' => env('OPENAI_API_KEY'),
|
||||
],
|
||||
|
||||
];
|
||||
|
||||
@@ -24,5 +24,5 @@
|
||||
* The fully qualified class name of the pivot model.
|
||||
*/
|
||||
'class_name' => Illuminate\Database\Eloquent\Relations\MorphPivot::class,
|
||||
]
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user