File tree Expand file tree Collapse file tree 6 files changed +9
-11
lines changed
Expand file tree Collapse file tree 6 files changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file.
66The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
77and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
88
9+ ## [ v0.12.0] ( https://github.com/linna/app/compare/v0.11.0...v0.12.0 ) - 2017-10-24
10+
11+ ### Changed
12+ * require [ linna/framework v0.22.0] ( https://github.com/linna/framework/releases/tag/v0.22.0 )
13+
914## [ v0.11.0] ( https://github.com/linna/app/compare/v0.10.1...v0.11.0 ) - 2017-10-04
1015
1116### Changed
Original file line number Diff line number Diff line change 1616 },
1717 "require" : {
1818 "php" : " >=7.0.0" ,
19- "linna/framework" : " ^v0.21 "
19+ "linna/framework" : " ^v0.22 "
2020 }
2121}
Original file line number Diff line number Diff line change 1313 Linna \Storage \PdoStorage::class => [
1414 0 => $ config ['pdo_mysql ' ],
1515 ],
16- Linna \Auth \Password::class => [
16+ Linna \Authentication \Password::class => [
1717 0 => $ config ['password ' ],
1818 ],
1919 App \Templates \HtmlTemplate::class => [
Original file line number Diff line number Diff line change 1919 */
2020class NullModel extends Model
2121{
22- /**
23- * Constructor.
24- */
25- //public function __construct()
26- //{
27- //parent::__construct();
28- //}
2922}
Original file line number Diff line number Diff line change 1313
1414use App \Models \NullModel ;
1515use App \Templates \HtmlTemplate ;
16- use Linna \Auth \Authenticate ;
16+ use Linna \Authentication \Authenticate ;
1717use Linna \Mvc \View ;
1818
1919/**
Original file line number Diff line number Diff line change 1313
1414use App \Models \HomeModel ;
1515use App \Templates \HtmlTemplate ;
16- use Linna \Auth \Authenticate ;
16+ use Linna \Authentication \Authenticate ;
1717use Linna \Mvc \View ;
1818
1919/**
You can’t perform that action at this time.
0 commit comments