Skip to content

Commit

Permalink
Fix issues from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Jan 26, 2023
1 parent df99103 commit 37e3128
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions issues/13/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
use Tamtamchik\SimpleFlash\TemplateFactory;
use Tamtamchik\SimpleFlash\TemplateInterface;
use Tamtamchik\SimpleFlash\Templates;
use function Tamtamchik\SimpleFlash\flash;

if ( ! session_id()) {
session_start();
Expand Down
1 change: 1 addition & 0 deletions issues/14/create_msg.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php

use Tamtamchik\SimpleFlash\Exceptions\FlashTemplateNotFoundException;
use function Tamtamchik\SimpleFlash\flash;

if ( ! session_id()) {
session_start();
Expand Down
1 change: 1 addition & 0 deletions issues/14/msg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
use Tamtamchik\SimpleFlash\Exceptions\FlashTemplateNotFoundException;
use Tamtamchik\SimpleFlash\TemplateFactory;
use Tamtamchik\SimpleFlash\Templates;
use function Tamtamchik\SimpleFlash\flash;

if ( ! session_id()) {
session_start();
Expand Down

0 comments on commit 37e3128

Please sign in to comment.