this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixed auth login

22widi 07bb7d08 dd0218db

+1 -1
+1 -1
app/Http/Controllers/AuthController.php
··· 72 72 // Skapa eleven i databasen 73 73 $userId = DB::table('users')->insertGetId([ 74 74 'username' => $username, 75 - 'name' => $name, 75 + 'display_name' => $name, 76 76 'class' => $class, 77 77 'is_admin' => 0 78 78 ]);