Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit b786a6e

Browse files
committed
Fix BaseMarkupController
1 parent 197f59d commit b786a6e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"tymon/jwt-auth": "1.0.*@dev"
1919
},
2020
"require-dev": {
21-
"phpunit/phpunit": "~5.7"
21+
"phpunit/phpunit": "^5.7"
2222
},
2323
"minimum-stability": "stable",
2424
"autoload": {

src/Web/BaseMarkupController.php

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
namespace Saritasa\Laravel\Controllers\Web;
44

55
use Illuminate\Auth\Access\HandlesAuthorization;
6+
use Saritasa\Laravel\Controllers\BaseController;
67

78
/**
89
* This class used for markup only.

0 commit comments

Comments
 (0)