Add door log changes, direction types, and manual reading event
This commit is contained in:
@@ -54,7 +54,7 @@ class CustomerController extends Controller
|
||||
$model->number = $number;
|
||||
|
||||
$model->readCard();
|
||||
|
||||
$model->mkDoorLog();
|
||||
|
||||
if ( $model->isFreeCard() ){
|
||||
return $this->redirect([ 'create', 'number' => $model->card->number ]);
|
||||
|
||||
Reference in New Issue
Block a user