for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Arcanesoft\Auth\Seeds\Foundation;
use Arcanesoft\Auth\Bases\Seeder;
/**
* Class UserTableSeeder
*
* @package Arcanesoft\Auth\Seeds\Foundation
* @author ARCANEDEV <[email protected]>
*/
class UserTableSeeder extends Seeder
{
/* ------------------------------------------------------------------------------------------------
| Main Functions
| ------------------------------------------------------------------------------------------------
* Run the database seeds.
public function run()
//
}