From 453a2c1a49547a57536764b27316e29c25017344 Mon Sep 17 00:00:00 2001 From: MaDnh Date: Wed, 22 Jun 2016 00:08:43 +0700 Subject: [PATCH] SAVEPOINT --- .gitignore | 2 +- .idea/workspace.xml | 39 +++++++++++++++++++++++++-------------- composer.json | 2 +- 3 files changed, 27 insertions(+), 16 deletions(-) diff --git a/.gitignore b/.gitignore index e244eda..f45219c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /vendor/ -/.idea/ \ No newline at end of file +/.idea \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 58d0969..1084093 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,6 +2,7 @@ + @@ -308,11 +309,21 @@ - + - + + + + + + + + + + + @@ -345,7 +356,6 @@ @@ -504,12 +515,12 @@ 1466515738121 - + - @@ -1091,14 +1102,6 @@ - - - - - - - - @@ -1485,7 +1488,15 @@ - + + + + + + + + + diff --git a/composer.json b/composer.json index db6b752..580a5c4 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "php": ">=5.3.0" }, "autoload": { - "psr-4": {"MaDnh\\FPDM": "src/"} + "psr-4": {"MaDnh\\FPDM\\": "src/"} }, "minimum-stability": "dev", "repositories": [