updated login controller with new tables and removed old use DB namespace to use eloquent models
This commit is contained in:
@@ -19,6 +19,7 @@ class CreateAllowedLoginsTable extends Migration
|
||||
$table->string('entity_id');
|
||||
$table->string('entity_type');
|
||||
$table->string('entity_name');
|
||||
$table->string('login_type');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user