We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bade7 commit cda5723Copy full SHA for cda5723
src/SqlSrvServiceProvider.php
@@ -1,7 +1,7 @@
1
<?php
2
namespace Julfiker\SqlSrv;
3
4
-use App\Connection\SqlServerConnection;
+use Julfiker\SqlSrv\Connection\SqlServerConnection;
5
use Illuminate\Database\Connection;
6
use Illuminate\Support\ServiceProvider;
7
0 commit comments