Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Kaa Framework
Demo Application
Forum
Commits
086ca36e
Commit
086ca36e
authored
1 year ago
by
nic
Browse files
Options
Download
Patches
Plain Diff
fix: fix dir
parent
2256b1c7
main
1 merge request
!1
Первая версия API
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fixer/ecs.php
+0
-3
fixer/ecs.php
public/index.php
+1
-1
public/index.php
with
1 addition
and
4 deletions
+1
-4
fixer/ecs.php
+
0
−
3
View file @
086ca36e
...
...
@@ -8,10 +8,7 @@ use Symplify\EasyCodingStandard\Config\ECSConfig;
return
ECSConfig
::
configure
()
->
withPaths
([
__DIR__
.
'/../config'
,
__DIR__
.
'/../fixer'
,
__DIR__
.
'/../generated'
,
__DIR__
.
'/../public'
,
__DIR__
.
'/../src'
,
])
...
...
This diff is collapsed.
Click to expand it.
public/index.php
100644 → 100755
+
1
−
1
View file @
086ca36e
...
...
@@ -7,7 +7,7 @@ require_once '../vendor/autoload.php';
require_once
'../generated/bootstrap.php'
;
$request
=
Request
::
createFromGlobals
();
$kernel
=
Kaa\Generated\DependencyInjection\Container
::
get
(
HttpKernel
::
class
,
HttpKernel
::
class
);
$kernel
=
\
Kaa\Generated\DependencyInjection\Container
::
get
(
HttpKernel
::
class
,
HttpKernel
::
class
);
$response
=
$kernel
->
handle
(
$request
);
$response
->
send
();
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets