Skip to content

Commit

Permalink
chore(pecl): rename function
Browse files Browse the repository at this point in the history
  • Loading branch information
Frzk committed Jul 11, 2023
1 parent 16eb982 commit af89ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pecl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

function php::pecl::enable_pecl_extension() {
function php::pecl::enable_extension() {
local rc=0
local known_zend_extensions=("scoutapm")

Expand Down

0 comments on commit af89ee9

Please sign in to comment.