Skip to content

Commit

Permalink
update namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 27, 2020
1 parent 603a5bb commit 2b544d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions seeding.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ As an example, let's modify the default `DatabaseSeeder` class and add a databas

<?php

namespace Database\Seeders;

use Illuminate\Database\Seeder;
use Illuminate\Support\Facades\DB;
use Illuminate\Support\Facades\Hash;
Expand Down

0 comments on commit 2b544d6

Please sign in to comment.