We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 932c15f commit 4d565d7Copy full SHA for 4d565d7
src/app/Http/Controllers/ChartController.php
@@ -2,7 +2,7 @@
2
3
namespace Backpack\CRUD\app\Http\Controllers;
4
5
-if ( backpack_pro()) {
+if (backpack_pro()) {
6
class ChartController extends \Backpack\Pro\Http\Controllers\ChartController
7
{
8
}
0 commit comments