finances library

This commit is contained in:
2018-11-17 01:33:09 -06:00
parent 95e6b3a7dd
commit 28fa5257c3

View File

@@ -42,6 +42,6 @@ class CreateCorpJournal extends Migration
*/
public function down()
{
Schema::dropIfExists('CorpWalletJournals')
Schema::dropIfExists('CorpWalletJournals');
}
}