pioniergarage / startup-tour-template

2 stars 0 forks source link

Combine visited startup and additional text variable #8

Open lorey opened 5 years ago

lorey commented 5 years ago

Both variables contain information that belongs together, I would suggest:


$visitedStartups = [
    'google' => ['name' => 'Google', 'text' => 'Google Headquarters, May 5h'],
    //...
];