Skip to content

Commit 0237a51

Browse files
committed
Releases notes 1.08
1 parent c29b9d0 commit 0237a51

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

config/adminlte.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
|
4646
*/
4747

48-
'logo' => 'v1.0.7',
48+
'logo' => 'v1.0.8',
4949
'logo_img' => 'vendor/adminlte/dist/img/simple-logo.PNG',
5050
'logo_img_class' => 'brand-image elevation-3',
5151
'logo_img_xl' => null,

database/seeders/UserTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class UserTableSeeder extends Seeder
1818
public function run() {
1919
for ($i=1; $i < 50; $i++) {
2020
$user = User::create([
21-
'name' => 'SMEWebify/WebErpMesv2/issues/184 '.$i,
21+
'name' => 'User '.$i,
2222
'email' => 'test'.$i.'@test.com',
2323
'email_verified_at' => now(),
2424
'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password

docs/Releases notes v1.08.odt

1.73 MB
Binary file not shown.

docs/Releases notes v1.08.pdf

1.09 MB
Binary file not shown.

0 commit comments

Comments
 (0)