You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
first, great lib, thx!
i'm use php 8.2.4(xampp) for testing
when i played with the /test/index, become follow nfo-msg:
Deprecated: Automatic conversion of false to array is deprecated in E:\xampp\vendor\delight-im\auth\src\Auth.php on line 1781
i changed line 1777 from "$bucket = [];" to "$bucket = array();"
is it correct?
is it sensible to add column "projects(path,name,prj_id etc.)" for use the same db for more simple sites, maybe one idea or upgrade?!
beforehand thx for fix/upgrade!
bg(hobby-dev)
The text was updated successfully, but these errors were encountered:
hi,
first, great lib, thx!
i'm use php 8.2.4(xampp) for testing
when i played with the /test/index, become follow nfo-msg:
Deprecated: Automatic conversion of false to array is deprecated in E:\xampp\vendor\delight-im\auth\src\Auth.php on line 1781
i changed line 1777 from "$bucket = [];" to "$bucket = array();"
is it correct?
is it sensible to add column "projects(path,name,prj_id etc.)" for use the same db for more simple sites, maybe one idea or upgrade?!
beforehand thx for fix/upgrade!
bg(hobby-dev)
The text was updated successfully, but these errors were encountered: