Skip to content

Commit 3475db2

Browse files
committed
Updated At Timestamp Update On Seeding
Signed-off-by: David Thorpe <[email protected]>
1 parent a427ca6 commit 3475db2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Davzie/LaravelBootstrap/Seeds/UserTable.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public function run()
1717
'last_name' => Config::get('laravel-bootstrap::setup.last-name'),
1818
'password' => Hash::make( Config::get('laravel-bootstrap::setup.password') ),
1919
'created_at' => date('Y-m-d H:i:s'),
20+
'updated_at' => date('Y-m-d H:i:s')
2021
]
2122
];
2223
DB::table('users')->insert($types);

0 commit comments

Comments
 (0)