Moved server out into its own class in preparation for other server instances

This commit is contained in:
Deon George
2018-12-07 16:19:51 +11:00
parent 67b2382c84
commit 6c91c69bd9
6 changed files with 868 additions and 797 deletions

View File

@@ -13,7 +13,7 @@ class SeedMode extends Seeder
{
DB::table('modes')->insert([
'created_at' => now(),
'name' => 'ViewData',
'name' => 'VideoTex',
'note' => 'Original ViewData/VideoTex 40x25 char mode.',
]);
}