wesmiler 5 lat temu
rodzic
commit
dbff31495c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/Model/User.php

+ 1 - 1
app/Model/User.php

@@ -12,7 +12,7 @@ class User extends Model
      *
      * @var string
      */
-    protected $table = 'Users';
+    protected $table = 'users';
     /**
      * The attributes that are mass assignable.
      *