This website requires JavaScript.
Explore
Help
Sign In
tonyair
/
silverstripe-webpack
Watch
1
Star
1
Fork
0
You've already forked silverstripe-webpack
mirror of
https://github.com/a2nt/silverstripe-webpack.git
synced
2024-10-22 15:05:31 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-webpack
/
app
/
src
/
Pages
/
HomePageController.php
10 lines
103 B
PHP
Raw
Normal View
History
Unescape
Escape
SS4.1 support
2018-03-24 17:45:31 +07:00
<
?
php
[FIX] add namespaces
2018-04-21 11:29:32 +07:00
namespace
Site\Pages
;
Bunch of structural upgrades and module integrations
2018-07-02 08:54:18 +07:00
[FIX] add namespaces
2018-04-21 11:29:32 +07:00
use
PageController
;
SS4.1 support
2018-03-24 17:45:31 +07:00
class
HomePageController
extends
PageController
{
}
Reference in New Issue
Copy Permalink