Creato Avvisi e terminato task (manca editing)

This commit is contained in:
2023-07-18 17:00:08 +02:00
parent 48606856c4
commit b5eb6c383b
14 changed files with 260 additions and 31 deletions

View File

@@ -66,7 +66,7 @@ class User extends Authenticatable
public static function getUserById($id)
{
return DB::table('users')->where('id','=',$id)->get();
return DB::table('users')->where('id','=',$id)->first();
}
public static function getUsers()