Skip to content

Commit

Permalink
Fixed some typos and added some blass properties
Browse files Browse the repository at this point in the history
  • Loading branch information
magnarem committed Oct 17, 2023
1 parent da026a0 commit a009fba
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
use Drupal\Core\Access\AccessResult;
use Drupal\Core\Controller\ControllerBase;
use Drupal\Core\Session\AccountInterface;
use Drupal\Core\Session\AccountProxyInterface;
use Drupal\Core\Url;
use Drupal\search_api\Entity\Index;

Expand Down Expand Up @@ -64,6 +65,13 @@ class DynamicLandingPagesController extends ControllerBase {
protected $geoPhpWrapper;


/**
* The current user.
*
* @var \Drupal\Core\Session\AccountProxyInterface
*/
protected $currentUser;

public const LICENCES = [
'CC0-1.0' => [
'url' => 'https://spdx.org/licenses/CC0-1.0',
Expand Down

0 comments on commit a009fba

Please sign in to comment.