Formatting

This commit is contained in:
Nabeel Shahzad
2019-07-16 14:06:13 -04:00
parent 3e1d9080df
commit 80560ec20c
4 changed files with 7 additions and 7 deletions

View File

@@ -107,7 +107,7 @@ class User extends Authenticatable
{
$length = setting('pilots.id_length');
return $this->airline->icao . str_pad($this->pilot_id, $length, '0', STR_PAD_LEFT);
return $this->airline->icao.str_pad($this->pilot_id, $length, '0', STR_PAD_LEFT);
}
/**