whoami7 - Manager
:
/
home
/
kckglobal
/
public_html
/
portal
/
Modules
/
RestAPI
/
Observers
/
Upload File:
files >> /home/kckglobal/public_html/portal/Modules/RestAPI/Observers/ApplicationSettingObserver.php
<?php namespace Modules\RestAPI\Observers; use Modules\RestAPI\Entities\ApplicationSetting; class ApplicationSettingObserver { public function creating(ApplicationSetting $app) { // Generate new application id when creating new app // this method of generation needs to be modified in future $app->app_key = rand(100000000, 999999999); $app->authorized_employee_id = user()->id; } }
Copyright ©2021 || Defacer Indonesia