create([ 'name' => 'John', 'surname' => 'Json', 'email' => 'a@a.com', 'password' => Hash::make('123'), // Ustaw swoje hasło ]); } }