employer verify

This commit is contained in:
CHIEFSOFT\ameye
2024-06-13 11:16:26 -04:00
parent f41323f808
commit 81fe26ebc7
3 changed files with 17 additions and 20 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
namespace App\Controllers;
class Employers
{
public function verifyEmployer(){
return [];
}
}