@@ -1,11 +1,11 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Remove expired share tokens. |
|
4 | - * |
|
5 | - * Action to remove all expired ShareTokens from the database. |
|
6 | - * |
|
7 | - * To run this action the user needs admin rights. |
|
8 | - */ |
|
3 | + * Remove expired share tokens. |
|
4 | + * |
|
5 | + * Action to remove all expired ShareTokens from the database. |
|
6 | + * |
|
7 | + * To run this action the user needs admin rights. |
|
8 | + */ |
|
9 | 9 | class RemoveExpiredShareTokens extends BuildTask { |
10 | 10 | |
11 | 11 | protected $title = 'Remove expired share tokens'; |