develop
Last change
on this file since 7304c7f was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago |
added user authentication, create & forgot password methods and blades
|
-
Property mode
set to
100644
|
File size:
245 bytes
|
Rev | Line | |
---|
[7304c7f] | 1 | <?php
|
---|
| 2 |
|
---|
| 3 | namespace Database\Seeders;
|
---|
| 4 |
|
---|
| 5 | use Illuminate\Database\Seeder;
|
---|
| 6 |
|
---|
| 7 | class RolesPermissionsTableSeeder extends Seeder
|
---|
| 8 | {
|
---|
| 9 | /**
|
---|
| 10 | * Run the database seeds.
|
---|
| 11 | *
|
---|
| 12 | * @return void
|
---|
| 13 | */
|
---|
| 14 | public function run()
|
---|
| 15 | {
|
---|
| 16 | //
|
---|
| 17 | }
|
---|
| 18 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.