Skip to content

Commit

Permalink
Updated At Timestamp Update On Seeding
Browse files Browse the repository at this point in the history
Signed-off-by: David Thorpe <davzie@davzie.com>
  • Loading branch information
davzie committed Sep 2, 2013
1 parent a427ca6 commit 3475db2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Davzie/LaravelBootstrap/Seeds/UserTable.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function run()
'last_name' => Config::get('laravel-bootstrap::setup.last-name'),
'password' => Hash::make( Config::get('laravel-bootstrap::setup.password') ),
'created_at' => date('Y-m-d H:i:s'),
'updated_at' => date('Y-m-d H:i:s')
]
];
DB::table('users')->insert($types);
Expand Down

0 comments on commit 3475db2

Please sign in to comment.