This website requires JavaScript.
Explore
Help
Register
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 17:05:31 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
170447ae98
silverstripe-webpack
/
app
/
src
/
Pages
/
HomePageController.php
10 lines
102 B
PHP
Raw
Normal View
History
Unescape
Escape
SS4.1 support
2018-03-24 11:45:31 +01:00
<
?
php
IMPR: Namespaces refactoring
2021-03-14 21:45:35 +01:00
namespace
App\Pages
;
Bunch of structural upgrades and module integrations
2018-07-02 03:54:18 +02:00
[FIX] add namespaces
2018-04-21 06:29:32 +02:00
use
PageController
;
SS4.1 support
2018-03-24 11:45:31 +01:00
class
HomePageController
extends
PageController
{
}
Reference in New Issue
Copy Permalink