Commit 929cd928 authored by Alfonso Rafael Solis Rangel's avatar Alfonso Rafael Solis Rangel
Browse files

Se agrego el campo dependencia_id al modelo del usuario

parent 457af72f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ class User extends Authenticatable
        'username',
        'active',
        'password',
        'dependencia_id'
    ];

    /**