/**
  * @return \App\Models\User|null
  */
 protected function getCurrentUser()
 {
     return $this->app->getCurrentUser();
 }