pull/37/head
kaiend 2018-02-02 13:09:41 +08:00
parent 9cc2579bb3
commit 71567acc05
7 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,7 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="JSHint" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="Jscs" enabled="true" level="ERROR" enabled_by_default="true" />
</profile>
</component>

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/fastadmin.iml" filepath="$PROJECT_DIR$/.idea/fastadmin.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml 100644
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

View File

@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: Windows 10
* Date: 2018-02-01
* Time: 11:34
*/
namespace app\api\controller;
class Cat
{
}

View File

@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: Windows 10
* Date: 2018-02-01
* Time: 11:58
*/
namespace app\api\controller;
class Order
{
}

View File

@ -0,0 +1,15 @@
<?php
/**
* Created by PhpStorm.
* User: Windows 10
* Date: 2018-02-01
* Time: 13:26
*/
namespace app\api\model;
class Cart
{
}