File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 44
55require __DIR__ . '/../vendor/autoload.php ' ;
66
7- use Gacela \Framework \Gacela ;
87use Phel \Phel ;
98use PhelWeb \ApiGenerator \Facade as FileGeneratorFacade ;
109
11- Gacela ::bootstrap (__DIR__ , Phel:: configFn () );
10+ Phel ::bootstrap (__DIR__ );
1211
1312$ facade = new FileGeneratorFacade ();
1413$ facade ->generateApiSearchFile ();
Original file line number Diff line number Diff line change 44
55require __DIR__ . '/../vendor/autoload.php ' ;
66
7- use Gacela \Framework \Gacela ;
87use Phel \Phel ;
98use PhelWeb \ReleasesGenerator \Facade as ReleasesGeneratorFacade ;
109
11- Gacela ::bootstrap (__DIR__ , Phel:: configFn () );
10+ Phel ::bootstrap (__DIR__ );
1211
1312$ facade = new ReleasesGeneratorFacade ();
1413$ facade ->generateIndividualReleasePages ();
Original file line number Diff line number Diff line change 44
55require __DIR__ . '/../vendor/autoload.php ' ;
66
7- use Gacela \Framework \Gacela ;
87use Phel \Phel ;
98use PhelWeb \VersionUpdater \Facade as VersionUpdaterFacade ;
109
11- Gacela ::bootstrap (__DIR__ , Phel:: configFn () );
10+ Phel ::bootstrap (__DIR__ );
1211
1312$ facade = new VersionUpdaterFacade ();
1413$ facade ->updateTomlFile ();
You can’t perform that action at this time.
0 commit comments