Style fixes

pull/1241/head
Nabeel Shahzad 3 years ago
parent 544462f420
commit dead1cfd0f

@ -85,7 +85,7 @@ class Airline extends Model
*/
public function setIataAttribute($iata)
{
$this->attributes['iata'] = Str::upper($iata);;
$this->attributes['iata'] = Str::upper($iata);
}
/**

@ -23,7 +23,7 @@ class SeederService extends Service
// Map an environment to a seeder directory, if we want to share
public static $seed_mapper = [
'local' => 'dev',
'production' => 'prod'
'production' => 'prod',
];
public function __construct(DatabaseService $databaseSvc)

Loading…
Cancel
Save