Fix codestyle

This commit is contained in:
Filip Melík
2025-01-09 09:02:58 +01:00
parent 95a595aa66
commit be0f98239a
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
class Dashboard extends CI_Controller
{
class Dashboard extends CI_Controller {
const LAST_QSOS_COUNT = 18; // max number of most recent qsos to be displayed on a dashboard

View File

@@ -1,7 +1,6 @@
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class QSO extends CI_Controller
{
class QSO extends CI_Controller {
const LAST_QSOS_COUNT = 5; // max number of most recent qsos to be displayed on a qso page