structures

This commit is contained in:
2018-11-22 00:52:42 -06:00
parent f041b6e167
commit d7953b9c5c
2 changed files with 6 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ use DB;
use App\Models\CorpStructure;
class RegisterStructure extends Controller
class RegisterStructureController extends Controller
{
public function __construct() {
$this->middleware('auth');