Skip to content

Commit

Permalink
Fixing Seed Template
Browse files Browse the repository at this point in the history
Adding inherited class
  • Loading branch information
chriscampbell authored Jun 28, 2017
1 parent d0bcc9d commit 2453f0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Nwidart/DbExporter/templates/seed.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?php

use Illuminate\Database\Seeder;

class {{className}} extends Seeder {
public function run()
{
{{run}}
}
}
}

0 comments on commit 2453f0c

Please sign in to comment.