Enabled user registration
This commit is contained in:
@@ -18,4 +18,4 @@ class SeedCUG extends Seeder
|
||||
'note' => 'All frames belong to this CUG if not any other.',
|
||||
]);
|
||||
}
|
||||
}
|
||||
}
|
@@ -11,10 +11,15 @@ class SeedMode extends Seeder
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
DB::table('modes')->insert([
|
||||
'created_at' => now(),
|
||||
'name' => 'VideoTex',
|
||||
'note' => 'Original ViewData/VideoTex 40x25 char mode.',
|
||||
]);
|
||||
DB::table('modes')->insert([
|
||||
'created_at' => now(),
|
||||
'name' => 'videotex',
|
||||
'note' => 'Original ViewData/VideoTex 40x25 char mode.',
|
||||
]);
|
||||
DB::table('modes')->insert([
|
||||
'created_at' => now(),
|
||||
'name' => 'ansi',
|
||||
'note' => 'ANSItex 80x25 char mode.',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user