for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace App\Port\Seeder\Abstracts;
use Illuminate\Database\Seeder as LaravelSeeder;
/**
* Class Seeder.
*
* @author Mahmoud Zalt <[email protected]>
*/
abstract class Seeder extends LaravelSeeder
{
}