Added 'Restaurant & Catering' industry

This commit is contained in:
Hillel Coren 2017-07-04 22:21:29 +03:00
parent 3651ffa38a
commit 2c6f8d0b4f
3 changed files with 8 additions and 6 deletions

View File

@ -41,6 +41,7 @@ class IndustrySeeder extends Seeder
['name' => 'Other'],
['name' => 'Photography'],
['name' => 'Construction'],
['name' => 'Restaurant & Catering'],
];
foreach ($industries as $industry) {

File diff suppressed because one or more lines are too long

View File

@ -1435,6 +1435,7 @@ $LANG = array(
'industry_Pharmaceuticals' => 'Pharmaceuticals',
'industry_Professional Services & Consulting' => 'Professional Services & Consulting',
'industry_Real Estate' => 'Real Estate',
'industry_Restaurant & Catering' => 'Restaurant & Catering',
'industry_Retail & Wholesale' => 'Retail & Wholesale',
'industry_Sports' => 'Sports',
'industry_Transportation' => 'Transportation',