# fluent-community/1.0.99/database/DBSeeder.php

FluentCommunity – Ultra-Fast High-Performance Social Network, Community, LMS &amp; Online Courses, version 1.0.99. 12 lines.

- Page: https://pluginprobe.com/plugins/fluent-community/1.0.99/code/database/DBSeeder.php
- Raw: https://pluginprobe.com/plugins/fluent-community/1.0.99/raw/database/DBSeeder.php
- Modified: 2024-11-07T12:38:44+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/fluent-community/1.0.99/code/database/DBSeeder.php#L10-L20`.

```php
<?php

namespace FluentCommunity\Database;

class DBSeeder
{
    public static function run()
    {
        
    }
}

```
