mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-07 16:58:40 +00:00
fix setting get
This commit is contained in:
parent
e26f774052
commit
36442d8dd7
|
|
@ -1643,7 +1643,7 @@ final class ApiController extends Controller
|
|||
|
||||
/** @var \Model\Setting $allowed */
|
||||
$allowed = $this->app->appSettings->get(
|
||||
names: [SettingsEnum::REGISTRATION_ALLOWED],
|
||||
names: SettingsEnum::REGISTRATION_ALLOWED,
|
||||
app: (int) $request->getData('app'),
|
||||
module: 'Admin'
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user