File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ class Groq extends Facade
8
8
{
9
9
protected static function getFacadeAccessor ()
10
10
{
11
- return 'Groq ' ;
11
+ return 'GroqLaravel ' ;
12
12
}
13
13
}
14
14
Original file line number Diff line number Diff line change 2
2
3
3
namespace LucianoTonet \GroqLaravel ;
4
4
5
- class Groq
5
+ class Groq extends \ LucianoTonet \ GroqPHP \Groq
6
6
{
7
- // Your implementation of the Groq class here
7
+
8
8
}
9
9
Original file line number Diff line number Diff line change 3
3
namespace LucianoTonet \GroqLaravel ;
4
4
5
5
use Illuminate \Support \ServiceProvider ;
6
- use LucianoTonet \GroqPHP \Groq ;
7
6
8
7
class GroqServiceProvider extends ServiceProvider
9
8
{
10
9
public function register ()
11
10
{
12
- $ this ->app ->bind ('Groq ' , function () {
11
+ $ this ->app ->bind ('GroqLaravel ' , function () {
13
12
return new Groq ();
14
13
});
15
14
}
You can’t perform that action at this time.
0 commit comments