Skip to content

Commit

Permalink
set the table name to be compatible with earlier versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bendubuisson authored Jul 12, 2017
1 parent e3cd787 commit 663d6ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/RedirectUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ class RedirectUrl extends DataObject implements PermissionProvider
* Permission for managing redirects
*/
const PERMISSION = 'MANAGE_REDIRECTS';

/**
* @var string
*/
private static $table_name = 'RedirectUrl';

/**
* @var array
Expand Down

0 comments on commit 663d6ff

Please sign in to comment.