Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
_site-res
system
Commits
4700c5b6
Commit
4700c5b6
authored
Jun 29, 2018
by
tufengqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
yii2swoft fix
parent
bf4061b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
0 deletions
+57
-0
YiiToSwoftClassReplace.php
classes/fpf/yiiswoft/YiiToSwoftClassReplace.php
+57
-0
No files found.
classes/fpf/yiiswoft/YiiToSwoftClassReplace.php
0 → 100644
View file @
4700c5b6
<?php
namespace
Swoft
{
class
App
{
}
}
namespace
Swoft\Http\Server\Bean\Annotation
{
class
Controller
{
}
}
namespace
Swoft\Http\Server\Bean\Annotation
{
class
RequestMapping
{
}
}
namespace
Swoft\Log
{
class
Log
{
}
}
namespace
Swoft\View\Bean\Annotation
{
class
View
{
}
}
namespace
Swoft\Contract
{
class
Arrayable
{
}
}
namespace
Swoft\Http\Server\Exception
{
class
BadRequestException
{
}
}
namespace
Swoft\Http\Message\Server
{
class
Response
{
}
}
namespace
Swoft\Http\Message\Server
{
class
Request
{
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment