Skip to content

Commit

Permalink
fixed warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jaapjansma committed Apr 3, 2024
1 parent 7918672 commit 98f0632
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Resources/contao/dca/tl_isotope_stock_account.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/

\Contao\System::loadLanguageFile('tl_isotope_stock_account');

$GLOBALS['TL_DCA']['tl_isotope_stock_account'] = array
(
Expand Down
1 change: 1 addition & 0 deletions src/Resources/contao/dca/tl_isotope_stock_booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
\Contao\Controller::loadDataContainer(\Isotope\Model\Product::getTable());
\Contao\System::loadLanguageFile(\Isotope\Model\ProductCollection::getTable());
\Contao\Controller::loadDataContainer(\Isotope\Model\ProductCollection::getTable());
\Contao\System::loadLanguageFile('tl_isotope_stock_booking');

$GLOBALS['TL_DCA']['tl_isotope_stock_booking'] = array
(
Expand Down
2 changes: 2 additions & 0 deletions src/Resources/contao/dca/tl_isotope_stock_booking_line.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
use Krabo\IsotopeStockBundle\Model\AccountModel;
use Krabo\IsotopeStockBundle\Model\BookingModel;

\Contao\System::loadLanguageFile('tl_isotope_stock_booking_line');

$GLOBALS['TL_DCA']['tl_isotope_stock_booking_line'] = array
(
// Config
Expand Down
2 changes: 2 additions & 0 deletions src/Resources/contao/dca/tl_isotope_stock_period.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
*/


\Contao\System::loadLanguageFile('tl_isotope_stock_period');

$GLOBALS['TL_DCA']['tl_isotope_stock_period'] = array
(
// Config
Expand Down

0 comments on commit 98f0632

Please sign in to comment.