1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-24 18:27:10 +02:00
invoiceninja/app/database/seeds/UserTableSeeder.php

11 lines
79 B
PHP
Raw Normal View History

2013-11-26 13:45:07 +01:00
<?php
class UserTableSeeder extends Seeder
{
public function run()
{
2013-11-26 22:45:10 +01:00
2013-11-26 13:45:07 +01:00
}
}