public function missingKey($namespace, $group, $key)
 {
     if (!in_array($group, $this->config['exclude_groups'])) {
         Translation::firstOrCreate(array('locale' => $this->app['config']['app.locale'], 'group' => $group, 'key' => $key));
     }
 }