File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1111 ],
1212 "require" : {
1313 "guzzlehttp/guzzle" : " ^7.0.1" ,
14- "illuminate/support" : " ^8.0|^9.0|^10.0" ,
15- "illuminate/contracts" : " ^8.0|^9.0|^10.0"
14+ "illuminate/support" : " ^8.0|^9.0|^10.0|^11.0 " ,
15+ "illuminate/contracts" : " ^8.0|^9.0|^10.0|^11.0 "
1616 },
1717 "autoload" : {
1818 "psr-4" : {
Original file line number Diff line number Diff line change 33namespace RadicalLoop \Eod \Facades ;
44
55use Illuminate \Support \Facades \Facade ;
6+ use RadicalLoop \Eod \Api \Exchange ;
7+ use RadicalLoop \Eod \Api \Stock ;
68
9+ /**
10+ * @method static Stock stock()
11+ * @method static Exchange exchange()
12+ */
713class Eod extends Facade
814{
915 protected static function getFacadeAccessor ()
1016 {
1117 return 'radicalloop.eod ' ;
1218 }
19+
1320}
You can’t perform that action at this time.
0 commit comments