Skip to content

Commit fe1b176

Browse files
committed
Fixed config key
1 parent 479eca1 commit fe1b176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Models/Operation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function __construct(array $attributes = [])
3636

3737
public function getConnectionName()
3838
{
39-
return config('operations.connection', $this->connection);
39+
return config('one-time-operations.connection', $this->connection);
4040
}
4141

4242
protected static function newFactory(): OperationFactory

0 commit comments

Comments
 (0)