{
"type": "composer",
"url": "https://composer.cubedesigners.com/"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/EnhydraV/notion-sdk-php"
}
],
"license": "MIT",
"fruitcake/laravel-cors": "^2.2",
"guzzlehttp/psr7": "^2.0",
"league/csv": "^9.8",
- "mariosimao/notion-sdk-php": "^1.0",
+ "mariosimao/notion-sdk-php": "dev-parent-block-fix",
"mxl/laravel-job": "^1.3",
"norkunas/youtube-dl-php": "dev-master",
"php-ffmpeg/php-ffmpeg": "^0.18.0",
$('body').addClass('init');
});
-setTimeout(function () {
+setInterval(function () {
$('body').addClass('init');
}, 2000);
$(function () {