We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a427ca6 commit 3475db2Copy full SHA for 3475db2
src/Davzie/LaravelBootstrap/Seeds/UserTable.php
@@ -17,6 +17,7 @@ public function run()
17
'last_name' => Config::get('laravel-bootstrap::setup.last-name'),
18
'password' => Hash::make( Config::get('laravel-bootstrap::setup.password') ),
19
'created_at' => date('Y-m-d H:i:s'),
20
+ 'updated_at' => date('Y-m-d H:i:s')
21
]
22
];
23
DB::table('users')->insert($types);
0 commit comments