Skip to content

Commit

Permalink
Added missing rows
Browse files Browse the repository at this point in the history
  • Loading branch information
ThymonA committed Dec 31, 2020
1 parent c069bcc commit e79eb81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lib/MySQL.lua
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,8 @@ function MySQL.ready(callback)

cb()
end)
end
end

--- Register `MySQL` as global variable
_G.MySQL = MySQL
_ENV.MySQL = MySQL

0 comments on commit e79eb81

Please sign in to comment.