planiverse

A minimalist, no-JS front-end for Mastodon.
git clone https://git.stjo.hn/planiverse
Log | Files | Refs | README | LICENSE

DatabaseSeeder.php (241B)


      1 <?php
      2 
      3 use Illuminate\Database\Seeder;
      4 
      5 class DatabaseSeeder extends Seeder
      6 {
      7     /**
      8      * Run the database seeds.
      9      *
     10      * @return void
     11      */
     12     public function run()
     13     {
     14         // $this->call(UsersTableSeeder::class);
     15     }
     16 }