Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

Commit

Permalink
Merge pull request #10 from mhanson01/patch-1
Browse files Browse the repository at this point in the history
[PR] [Fix] Typo in albums migration
  • Loading branch information
Jeroen-G committed Feb 19, 2014
2 parents 708668a + b9cadb4 commit 9837bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migrations/lpg_0_0_1_create_albums_table.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public function up()
*/
public function down()
{
Schema::drop('users');
Schema::drop('albums');
}

}

0 comments on commit 9837bbc

Please sign in to comment.