object(App\Models\Blog)#593 (26) {
["table":protected]=>
string(10) "mb4b_blogs"
["user":protected]=>
NULL
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(5) {
[0]=>
string(8) "users_id"
[1]=>
string(4) "name"
[2]=>
string(4) "slug"
[3]=>
string(9) "blog_type"
[4]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "integer"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(8) {
["id"]=>
int(40050)
["users_id"]=>
int(37185)
["name"]=>
string(10) "mateuszmle"
["slug"]=>
string(10) "mateuszmle"
["blog_type"]=>
int(1)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-03-26 22:27:27"
["updated_at"]=>
string(19) "2019-03-26 22:27:27"
}
["original":protected]=>
array(8) {
["id"]=>
int(40050)
["users_id"]=>
int(37185)
["name"]=>
string(10) "mateuszmle"
["slug"]=>
string(10) "mateuszmle"
["blog_type"]=>
int(1)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-03-26 22:27:27"
["updated_at"]=>
string(19) "2019-03-26 22:27:27"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(7) {
["observes"]=>
object(Illuminate\Database\Eloquent\Collection)#355 (1) {
["items":protected]=>
array(5) {
[0]=>
object(App\Models\Observe)#356 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(190096)
["users_id"]=>
int(33866)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-04-15 18:31:53"
["updated_at"]=>
string(19) "2019-04-15 18:31:53"
}
["original":protected]=>
array(6) {
["id"]=>
int(190096)
["users_id"]=>
int(33866)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-04-15 18:31:53"
["updated_at"]=>
string(19) "2019-04-15 18:31:53"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#481 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(33866)
["name"]=>
string(7) "lukas88"
["slug"]=>
string(7) "lukas88"
["email"]=>
string(20) "lukasz669@interia.eu"
["password"]=>
string(60) "$2y$10$CIKCBBgODgIS2LPXGCHbnuSXIwrOsuHktm.FZxw7P14SRQHU6lHri"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "gRsfmXO7K4SdNQSNG6GBY6xrNp4WgeYg7k1LTxIoFIxDVZ5mjBGvSvzXREN9"
["last_ip"]=>
string(13) "78.48.253.226"
["last_host"]=>
string(97) "HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0"
["last_logged_at"]=>
string(19) "2024-06-08 22:07:50"
["created_at"]=>
string(19) "2016-03-27 19:23:42"
["updated_at"]=>
string(19) "2024-06-08 22:07:50"
}
["original":protected]=>
array(26) {
["id"]=>
int(33866)
["name"]=>
string(7) "lukas88"
["slug"]=>
string(7) "lukas88"
["email"]=>
string(20) "lukasz669@interia.eu"
["password"]=>
string(60) "$2y$10$CIKCBBgODgIS2LPXGCHbnuSXIwrOsuHktm.FZxw7P14SRQHU6lHri"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "gRsfmXO7K4SdNQSNG6GBY6xrNp4WgeYg7k1LTxIoFIxDVZ5mjBGvSvzXREN9"
["last_ip"]=>
string(13) "78.48.253.226"
["last_host"]=>
string(97) "HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0"
["last_logged_at"]=>
string(19) "2024-06-08 22:07:50"
["created_at"]=>
string(19) "2016-03-27 19:23:42"
["updated_at"]=>
string(19) "2024-06-08 22:07:50"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[1]=>
object(App\Models\Observe)#312 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(191497)
["users_id"]=>
int(40402)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-06-02 17:13:35"
["updated_at"]=>
string(19) "2019-06-02 17:13:35"
}
["original":protected]=>
array(6) {
["id"]=>
int(191497)
["users_id"]=>
int(40402)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-06-02 17:13:35"
["updated_at"]=>
string(19) "2019-06-02 17:13:35"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#480 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(40402)
["name"]=>
string(8) "nana1992"
["slug"]=>
string(8) "nana1992"
["email"]=>
string(24) "tusia_lusia@buziaczek.pl"
["password"]=>
string(60) "$2y$10$QgG34xCcp4hOPz.i5MyT0.IrQCiAZmfo64VCLCx2yUzk897lFbqU2"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "nFJC9efm3s9zwe3ddk4pP5X3QcuTwWvSpC4XND4Fu8xhav22kbSXnHQvybXu"
["last_ip"]=>
string(14) "185.227.190.13"
["last_host"]=>
string(136) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 9; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.96 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2020-06-06 15:05:53"
["created_at"]=>
string(19) "2018-09-21 18:43:26"
["updated_at"]=>
string(19) "2020-06-06 15:05:53"
}
["original":protected]=>
array(26) {
["id"]=>
int(40402)
["name"]=>
string(8) "nana1992"
["slug"]=>
string(8) "nana1992"
["email"]=>
string(24) "tusia_lusia@buziaczek.pl"
["password"]=>
string(60) "$2y$10$QgG34xCcp4hOPz.i5MyT0.IrQCiAZmfo64VCLCx2yUzk897lFbqU2"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "nFJC9efm3s9zwe3ddk4pP5X3QcuTwWvSpC4XND4Fu8xhav22kbSXnHQvybXu"
["last_ip"]=>
string(14) "185.227.190.13"
["last_host"]=>
string(136) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 9; ANE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.96 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2020-06-06 15:05:53"
["created_at"]=>
string(19) "2018-09-21 18:43:26"
["updated_at"]=>
string(19) "2020-06-06 15:05:53"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[2]=>
object(App\Models\Observe)#486 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(191499)
["users_id"]=>
int(25869)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-06-02 17:48:30"
["updated_at"]=>
string(19) "2019-06-02 17:48:30"
}
["original":protected]=>
array(6) {
["id"]=>
int(191499)
["users_id"]=>
int(25869)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-06-02 17:48:30"
["updated_at"]=>
string(19) "2019-06-02 17:48:30"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#478 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(25869)
["name"]=>
string(9) "izaalbert"
["slug"]=>
string(9) "izaalbert"
["email"]=>
string(12) "ich555@wp.pl"
["password"]=>
string(60) "$2y$10$ZlM9iyv5mXs45m1jVG4SnuNmktBRzIFeCzliJkIW2diLm0j18UUsC"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "zA1iS2NFS8YD3OsbXrG8sCeP5Btgfvqg0yCsYoOZ8MtDLIwz7xrGBstTJjSr"
["last_ip"]=>
string(13) "78.30.102.214"
["last_host"]=>
string(128) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2024-03-12 21:40:04"
["created_at"]=>
string(19) "2018-04-12 07:06:55"
["updated_at"]=>
string(19) "2024-03-12 21:40:04"
}
["original":protected]=>
array(26) {
["id"]=>
int(25869)
["name"]=>
string(9) "izaalbert"
["slug"]=>
string(9) "izaalbert"
["email"]=>
string(12) "ich555@wp.pl"
["password"]=>
string(60) "$2y$10$ZlM9iyv5mXs45m1jVG4SnuNmktBRzIFeCzliJkIW2diLm0j18UUsC"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "zA1iS2NFS8YD3OsbXrG8sCeP5Btgfvqg0yCsYoOZ8MtDLIwz7xrGBstTJjSr"
["last_ip"]=>
string(13) "78.30.102.214"
["last_host"]=>
string(128) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2024-03-12 21:40:04"
["created_at"]=>
string(19) "2018-04-12 07:06:55"
["updated_at"]=>
string(19) "2024-03-12 21:40:04"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[3]=>
object(App\Models\Observe)#487 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(191522)
["users_id"]=>
int(16000)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-06-03 11:51:27"
["updated_at"]=>
string(19) "2019-06-03 11:51:27"
}
["original":protected]=>
array(6) {
["id"]=>
int(191522)
["users_id"]=>
int(16000)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-06-03 11:51:27"
["updated_at"]=>
string(19) "2019-06-03 11:51:27"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#489 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(16000)
["name"]=>
string(15) "dominikamateusz"
["slug"]=>
string(15) "dominikamateusz"
["email"]=>
string(25) "dominikasamek95@yahoo.com"
["password"]=>
string(60) "$2y$10$bhiRDrHIZWaX86Xsu8uMFO9TevvPO/PMTj.nrfDb4HfiRzAOu7RDm"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "nVsRRWTOm1KpZlsum4d7S2a12ewKQ0JPzqR9S85ctyzfoa40TbM1firyN5d7"
["last_ip"]=>
string(14) "158.176.118.71"
["last_host"]=>
string(132) "HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36"
["last_logged_at"]=>
string(19) "2022-03-11 10:13:21"
["created_at"]=>
string(19) "2017-01-05 11:22:44"
["updated_at"]=>
string(19) "2022-03-11 10:13:21"
}
["original":protected]=>
array(26) {
["id"]=>
int(16000)
["name"]=>
string(15) "dominikamateusz"
["slug"]=>
string(15) "dominikamateusz"
["email"]=>
string(25) "dominikasamek95@yahoo.com"
["password"]=>
string(60) "$2y$10$bhiRDrHIZWaX86Xsu8uMFO9TevvPO/PMTj.nrfDb4HfiRzAOu7RDm"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "nVsRRWTOm1KpZlsum4d7S2a12ewKQ0JPzqR9S85ctyzfoa40TbM1firyN5d7"
["last_ip"]=>
string(14) "158.176.118.71"
["last_host"]=>
string(132) "HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36"
["last_logged_at"]=>
string(19) "2022-03-11 10:13:21"
["created_at"]=>
string(19) "2017-01-05 11:22:44"
["updated_at"]=>
string(19) "2022-03-11 10:13:21"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[4]=>
object(App\Models\Observe)#488 (25) {
["table":protected]=>
string(13) "mb4b_observes"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(3) {
[0]=>
string(8) "users_id"
[1]=>
string(8) "blogs_id"
[2]=>
string(6) "active"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["casts":protected]=>
array(1) {
["active"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(6) {
["id"]=>
int(193690)
["users_id"]=>
int(44960)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-09-02 14:22:52"
["updated_at"]=>
string(19) "2019-09-02 14:22:52"
}
["original":protected]=>
array(6) {
["id"]=>
int(193690)
["users_id"]=>
int(44960)
["blogs_id"]=>
int(40050)
["active"]=>
int(1)
["created_at"]=>
string(19) "2019-09-02 14:22:52"
["updated_at"]=>
string(19) "2019-09-02 14:22:52"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(1) {
["user"]=>
object(App\User)#490 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(44960)
["name"]=>
string(13) "pawelszramski"
["slug"]=>
string(13) "pawelszramski"
["email"]=>
string(22) "pawelszramski@yahoo.ie"
["password"]=>
string(60) "$2y$10$iVqkzcfBYPmqYVhrsVnbwuLO.Bt6tBmftxtlr7WsUnaJcDARuW6b2"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "G4l3mfD4jhdeA0UeARE9ZIIy4PhPtjXGolL0Y3kqc8o21kZmQuW3GERCLpoX"
["last_ip"]=>
string(14) "37.249.186.245"
["last_host"]=>
string(151) "HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70"
["last_logged_at"]=>
string(19) "2022-08-28 10:31:51"
["created_at"]=>
string(19) "2017-10-11 22:46:54"
["updated_at"]=>
string(19) "2022-08-28 10:31:51"
}
["original":protected]=>
array(26) {
["id"]=>
int(44960)
["name"]=>
string(13) "pawelszramski"
["slug"]=>
string(13) "pawelszramski"
["email"]=>
string(22) "pawelszramski@yahoo.ie"
["password"]=>
string(60) "$2y$10$iVqkzcfBYPmqYVhrsVnbwuLO.Bt6tBmftxtlr7WsUnaJcDARuW6b2"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(1)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "G4l3mfD4jhdeA0UeARE9ZIIy4PhPtjXGolL0Y3kqc8o21kZmQuW3GERCLpoX"
["last_ip"]=>
string(14) "37.249.186.245"
["last_host"]=>
string(151) "HTTP_USER_AGENT: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.102 Safari/537.36 Edg/104.0.1293.70"
["last_logged_at"]=>
string(19) "2022-08-28 10:31:51"
["created_at"]=>
string(19) "2017-10-11 22:46:54"
["updated_at"]=>
string(19) "2022-08-28 10:31:51"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
}
}
["build"]=>
object(App\Models\BlogBuild)#1140 (25) {
["table":protected]=>
string(17) "mb4b_blogs_builds"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(17) {
[0]=>
string(8) "blogs_id"
[1]=>
string(11) "projects_id"
[2]=>
string(12) "project_name"
[3]=>
string(12) "project_city"
[4]=>
string(5) "autor"
[5]=>
string(11) "typ_budynku"
[6]=>
string(14) "rodzaj_budynku"
[7]=>
string(7) "piwnica"
[8]=>
string(11) "technologia"
[9]=>
string(11) "etap_budowy"
[10]=>
string(7) "dzialka"
[11]=>
string(12) "dzialka_cena"
[12]=>
string(7) "projekt"
[13]=>
string(7) "geodeta"
[14]=>
string(6) "waluta"
[15]=>
string(7) "nagroda"
[16]=>
string(12) "nagroda_opis"
}
["dates"]=>
array(1) {
[0]=>
string(10) "updated_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(19) {
["id"]=>
int(40050)
["blogs_id"]=>
int(40050)
["projects_id"]=>
int(6)
["project_name"]=>
string(10) "INDIANA CE"
["project_city"]=>
string(11) "Łysa góra"
["autor"]=>
NULL
["typ_budynku"]=>
int(1)
["rodzaj_budynku"]=>
int(2)
["piwnica"]=>
int(1)
["technologia"]=>
int(1)
["etap_budowy"]=>
int(0)
["dzialka"]=>
NULL
["dzialka_cena"]=>
int(0)
["projekt"]=>
int(0)
["geodeta"]=>
int(0)
["waluta"]=>
int(1)
["nagroda"]=>
int(0)
["nagroda_opis"]=>
NULL
["updated_at"]=>
string(19) "2019-12-04 10:03:51"
}
["original":protected]=>
array(19) {
["id"]=>
int(40050)
["blogs_id"]=>
int(40050)
["projects_id"]=>
int(6)
["project_name"]=>
string(10) "INDIANA CE"
["project_city"]=>
string(11) "Łysa góra"
["autor"]=>
NULL
["typ_budynku"]=>
int(1)
["rodzaj_budynku"]=>
int(2)
["piwnica"]=>
int(1)
["technologia"]=>
int(1)
["etap_budowy"]=>
int(0)
["dzialka"]=>
NULL
["dzialka_cena"]=>
int(0)
["projekt"]=>
int(0)
["geodeta"]=>
int(0)
["waluta"]=>
int(1)
["nagroda"]=>
int(0)
["nagroda_opis"]=>
NULL
["updated_at"]=>
string(19) "2019-12-04 10:03:51"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["user"]=>
object(App\User)#980 (27) {
["table":protected]=>
string(10) "mb4b_users"
["prefixTab":protected]=>
string(5) "mb4b_"
["fillable":protected]=>
array(22) {
[0]=>
string(4) "name"
[1]=>
string(4) "slug"
[2]=>
string(5) "email"
[3]=>
string(8) "password"
[4]=>
string(3) "ads"
[5]=>
string(8) "ads_blog"
[6]=>
string(6) "active"
[7]=>
string(9) "invisible"
[8]=>
string(6) "banned"
[9]=>
string(9) "confirmed"
[10]=>
string(11) "access_type"
[11]=>
string(6) "is_mig"
[12]=>
string(8) "is_admin"
[13]=>
string(12) "is_moderator"
[14]=>
string(9) "is_bloger"
[15]=>
string(9) "is_expert"
[16]=>
string(13) "is_expert_pro"
[17]=>
string(7) "is_firm"
[18]=>
string(14) "remember_token"
[19]=>
string(7) "last_ip"
[20]=>
string(9) "last_host"
[21]=>
string(14) "last_logged_at"
}
["hidden":protected]=>
array(3) {
[0]=>
string(8) "password"
[1]=>
string(14) "remember_token"
[2]=>
string(6) "is_mig"
}
["casts":protected]=>
array(13) {
["is_mig"]=>
string(7) "boolean"
["is_admin"]=>
string(7) "boolean"
["is_moderator"]=>
string(7) "boolean"
["is_bloger"]=>
string(7) "boolean"
["is_expert"]=>
string(7) "boolean"
["is_expert_pro"]=>
string(7) "boolean"
["is_firm"]=>
string(7) "boolean"
["ads"]=>
string(7) "boolean"
["ads_blog"]=>
string(7) "boolean"
["active"]=>
string(7) "boolean"
["invisible"]=>
string(7) "boolean"
["banned"]=>
string(7) "boolean"
["confirmed"]=>
string(7) "boolean"
}
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(26) {
["id"]=>
int(37185)
["name"]=>
string(10) "mateuszmle"
["slug"]=>
string(10) "mateuszmle"
["email"]=>
string(22) "mephisto4380@gmail.com"
["password"]=>
string(60) "$2y$10$d6MO6hc4nGHnup6njtpH7e.h57l//YxM6MyvLezU9PnWYJKObj5mq"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "NWcXWnJuPLbkYdiG0gAq5dG8jFnKzwWaImgYGHT1ZS8GL1soZhAw7LyyeD2n"
["last_ip"]=>
string(14) "62.240.134.108"
["last_host"]=>
string(163) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-A515F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2024-01-15 10:56:13"
["created_at"]=>
string(19) "2019-03-26 22:27:27"
["updated_at"]=>
string(19) "2024-01-15 10:56:13"
}
["original":protected]=>
array(26) {
["id"]=>
int(37185)
["name"]=>
string(10) "mateuszmle"
["slug"]=>
string(10) "mateuszmle"
["email"]=>
string(22) "mephisto4380@gmail.com"
["password"]=>
string(60) "$2y$10$d6MO6hc4nGHnup6njtpH7e.h57l//YxM6MyvLezU9PnWYJKObj5mq"
["is_mig"]=>
int(0)
["is_admin"]=>
int(0)
["is_moderator"]=>
int(0)
["is_bloger"]=>
int(1)
["is_expert"]=>
int(0)
["is_expert_pro"]=>
int(0)
["is_firm"]=>
int(0)
["access_type"]=>
int(0)
["ads"]=>
int(0)
["ads_blog"]=>
int(0)
["active"]=>
int(1)
["invisible"]=>
int(0)
["banned"]=>
int(0)
["confirmed"]=>
int(1)
["score"]=>
NULL
["remember_token"]=>
string(60) "NWcXWnJuPLbkYdiG0gAq5dG8jFnKzwWaImgYGHT1ZS8GL1soZhAw7LyyeD2n"
["last_ip"]=>
string(14) "62.240.134.108"
["last_host"]=>
string(163) "HTTP_USER_AGENT: Mozilla/5.0 (Linux; Android 13; SAMSUNG SM-A515F) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/23.0 Chrome/115.0.0.0 Mobile Safari/537.36"
["last_logged_at"]=>
string(19) "2024-01-15 10:56:13"
["created_at"]=>
string(19) "2019-03-26 22:27:27"
["updated_at"]=>
string(19) "2024-01-15 10:56:13"
}
["dates":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(3) {
["preference"]=>
object(App\Models\UserPreference)#978 (25) {
["table":protected]=>
string(22) "mb4b_users_preferences"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(17) {
[0]=>
string(8) "users_id"
[1]=>
string(16) "galeria_prywatna"
[2]=>
string(14) "zdjecie_podpis"
[3]=>
string(18) "wiadomosci_koperta"
[4]=>
string(9) "ocen_blog"
[5]=>
string(15) "koszty_prywatne"
[6]=>
string(15) "email_komentarz"
[7]=>
string(13) "email_pytania"
[8]=>
string(10) "email_news"
[9]=>
string(10) "komentarze"
[10]=>
string(26) "komentarz_komentowany_wpis"
[11]=>
string(31) "komentarze_ukryj_niezalogowanym"
[12]=>
string(27) "koszty_ukryj_niezalogowanym"
[13]=>
string(26) "wpisy_ukryj_niezalogowanym"
[14]=>
string(23) "info_komentowane_tematy"
[15]=>
string(23) "info_obserwowane_tematy"
[16]=>
string(18) "info_dodane_tematy"
}
["dates"]=>
array(1) {
[0]=>
string(10) "updated_at"
}
["casts":protected]=>
array(16) {
["galeria_prywatna"]=>
string(7) "integer"
["zdjecie_podpis"]=>
string(7) "boolean"
["wiadomosci_koperta"]=>
string(7) "boolean"
["ocen_blog"]=>
string(7) "boolean"
["koszty_prywatne"]=>
string(7) "boolean"
["email_komentarz"]=>
string(7) "boolean"
["email_pytania"]=>
string(7) "boolean"
["email_news"]=>
string(7) "boolean"
["komentarze"]=>
string(7) "boolean"
["komentarz_komentowany_wpis"]=>
string(7) "boolean"
["komentarze_ukryj_niezalogowanym"]=>
string(7) "boolean"
["koszty_ukryj_niezalogowanym"]=>
string(7) "boolean"
["wpisy_ukryj_niezalogowanym"]=>
string(7) "boolean"
["info_komentowane_tematy"]=>
string(7) "boolean"
["info_obserwowane_tematy"]=>
string(7) "boolean"
["info_dodane_tematy"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(19) {
["id"]=>
int(37184)
["users_id"]=>
int(37185)
["galeria_prywatna"]=>
int(0)
["zdjecie_podpis"]=>
int(0)
["wiadomosci_koperta"]=>
int(1)
["ocen_blog"]=>
int(0)
["koszty_prywatne"]=>
int(0)
["email_komentarz"]=>
int(1)
["email_pytania"]=>
int(1)
["email_news"]=>
int(1)
["komentarze"]=>
int(1)
["komentarz_komentowany_wpis"]=>
int(1)
["komentarze_ukryj_niezalogowanym"]=>
int(0)
["koszty_ukryj_niezalogowanym"]=>
int(1)
["wpisy_ukryj_niezalogowanym"]=>
int(0)
["info_komentowane_tematy"]=>
int(0)
["info_obserwowane_tematy"]=>
int(0)
["info_dodane_tematy"]=>
int(0)
["updated_at"]=>
string(19) "2019-12-04 10:03:51"
}
["original":protected]=>
array(19) {
["id"]=>
int(37184)
["users_id"]=>
int(37185)
["galeria_prywatna"]=>
int(0)
["zdjecie_podpis"]=>
int(0)
["wiadomosci_koperta"]=>
int(1)
["ocen_blog"]=>
int(0)
["koszty_prywatne"]=>
int(0)
["email_komentarz"]=>
int(1)
["email_pytania"]=>
int(1)
["email_news"]=>
int(1)
["komentarze"]=>
int(1)
["komentarz_komentowany_wpis"]=>
int(1)
["komentarze_ukryj_niezalogowanym"]=>
int(0)
["koszty_ukryj_niezalogowanym"]=>
int(1)
["wpisy_ukryj_niezalogowanym"]=>
int(0)
["info_komentowane_tematy"]=>
int(0)
["info_obserwowane_tematy"]=>
int(0)
["info_dodane_tematy"]=>
int(0)
["updated_at"]=>
string(19) "2019-12-04 10:03:51"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["detail"]=>
object(App\Models\UserDetail)#989 (25) {
["table":protected]=>
string(18) "mb4b_users_details"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(17) {
[0]=>
string(8) "users_id"
[1]=>
string(10) "regions_id"
[2]=>
string(9) "firstname"
[3]=>
string(8) "lastname"
[4]=>
string(5) "firma"
[5]=>
string(5) "ulica"
[6]=>
string(12) "kod_pocztowy"
[7]=>
string(4) "city"
[8]=>
string(3) "nip"
[9]=>
string(7) "telefon"
[10]=>
string(10) "avatar_url"
[11]=>
string(8) "opis_moj"
[12]=>
string(10) "opis_firmy"
[13]=>
string(11) "opis_oferta"
[14]=>
string(6) "podpis"
[15]=>
string(16) "typ_dzialalnosci"
[16]=>
string(19) "rodzaj_dzialalnosci"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(20) {
["id"]=>
int(37184)
["users_id"]=>
int(37185)
["regions_id"]=>
NULL
["firstname"]=>
NULL
["lastname"]=>
NULL
["firma"]=>
NULL
["ulica"]=>
NULL
["kod_pocztowy"]=>
NULL
["city"]=>
NULL
["nip"]=>
NULL
["telefon"]=>
NULL
["avatar_url"]=>
NULL
["opis_moj"]=>
NULL
["opis_firmy"]=>
NULL
["opis_oferta"]=>
NULL
["podpis"]=>
NULL
["typ_dzialalnosci"]=>
NULL
["rodzaj_dzialalnosci"]=>
NULL
["created_at"]=>
string(19) "2019-12-04 10:03:51"
["updated_at"]=>
string(19) "2019-12-04 10:03:51"
}
["original":protected]=>
array(20) {
["id"]=>
int(37184)
["users_id"]=>
int(37185)
["regions_id"]=>
NULL
["firstname"]=>
NULL
["lastname"]=>
NULL
["firma"]=>
NULL
["ulica"]=>
NULL
["kod_pocztowy"]=>
NULL
["city"]=>
NULL
["nip"]=>
NULL
["telefon"]=>
NULL
["avatar_url"]=>
NULL
["opis_moj"]=>
NULL
["opis_firmy"]=>
NULL
["opis_oferta"]=>
NULL
["podpis"]=>
NULL
["typ_dzialalnosci"]=>
NULL
["rodzaj_dzialalnosci"]=>
NULL
["created_at"]=>
string(19) "2019-12-04 10:03:51"
["updated_at"]=>
string(19) "2019-12-04 10:03:51"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["online_user"]=>
NULL
}
["touches":protected]=>
array(0) {
}
["timestamps"]=>
bool(true)
["visible":protected]=>
array(0) {
}
["guarded":protected]=>
array(1) {
[0]=>
string(1) "*"
}
["rememberTokenName":protected]=>
string(14) "remember_token"
}
["setting"]=>
object(App\Models\BlogSetting)#958 (25) {
["table":protected]=>
string(19) "mb4b_blogs_settings"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(33) {
[0]=>
string(8) "blogs_id"
[1]=>
string(12) "templates_id"
[2]=>
string(10) "header_off"
[3]=>
string(6) "header"
[4]=>
string(10) "header_top"
[5]=>
string(11) "header_text"
[6]=>
string(17) "header_text_color"
[7]=>
string(16) "header_text_size"
[8]=>
string(19) "header_text_justify"
[9]=>
string(11) "header_font"
[10]=>
string(11) "header_bold"
[11]=>
string(13) "header_italic"
[12]=>
string(18) "kolor_glowny_tekst"
[13]=>
string(20) "kolor_zalogowany_tlo"
[14]=>
string(25) "kolor_zalogowany_tlo_boki"
[15]=>
string(17) "kolor_glowny_link"
[16]=>
string(18) "kolor_glowny_tytul"
[17]=>
string(16) "kolor_glowny_tlo"
[18]=>
string(16) "kolor_male_tekst"
[19]=>
string(17) "kolor_tytul_tekst"
[20]=>
string(10) "kolor_link"
[21]=>
string(11) "kolor_ramka"
[22]=>
string(15) "kolor_komentarz"
[23]=>
string(18) "kolor_obok_zdjecia"
[24]=>
string(11) "kolor_tresc"
[25]=>
string(14) "main_center_bg"
[26]=>
string(14) "main_header_bg"
[27]=>
string(3) "tlo"
[28]=>
string(10) "rodzaj_tla"
[29]=>
string(4) "font"
[30]=>
string(3) "swf"
[31]=>
string(28) "sortowanie_polecanych_linkow"
[32]=>
string(15) "wyswietl_koszty"
}
["dates"]=>
array(1) {
[0]=>
string(10) "updated_at"
}
["casts":protected]=>
array(6) {
["sortowanie_polecanych_linkow"]=>
string(7) "boolean"
["wyswietl_koszty"]=>
string(7) "boolean"
["swf"]=>
string(7) "boolean"
["header_off"]=>
string(7) "boolean"
["header_bold"]=>
string(7) "boolean"
["header_italic"]=>
string(7) "boolean"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(40) {
["id"]=>
int(40050)
["blogs_id"]=>
int(40050)
["templates_id"]=>
NULL
["header_off"]=>
int(0)
["header"]=>
NULL
["header_top"]=>
string(1) "0"
["header_text"]=>
NULL
["header_text_color"]=>
NULL
["header_text_size"]=>
NULL
["header_text_justify"]=>
NULL
["header_font"]=>
int(0)
["header_bold"]=>
int(0)
["header_italic"]=>
int(0)
["kolor_glowny_tekst"]=>
string(7) "#000000"
["kolor_zalogowany_tlo"]=>
string(7) "#FFFF99"
["kolor_zalogowany_tlo_boki"]=>
NULL
["kolor_glowny_link"]=>
string(7) "#000000"
["kolor_glowny_tytul"]=>
string(7) "#000000"
["kolor_glowny_tlo"]=>
string(7) "#FFFFFF"
["kolor_male_tekst"]=>
string(7) "#7D7D7D"
["kolor_tytul_tekst"]=>
string(7) "#FF0000"
["kolor_link"]=>
string(7) "#066CC0"
["kolor_ramka"]=>
string(7) "#AFAFAF"
["kolor_komentarz"]=>
string(7) "#DEDEDE"
["kolor_obok_zdjecia"]=>
NULL
["kolor_tresc"]=>
NULL
["main_center_bg"]=>
NULL
["main_header_bg"]=>
NULL
["tlo"]=>
NULL
["rodzaj_tla"]=>
int(0)
["font"]=>
int(5)
["swf"]=>
int(0)
["sortowanie_polecanych_linkow"]=>
int(0)
["wyswietl_koszty"]=>
int(0)
["ekspert_opis_wpisy"]=>
NULL
["ekspert_opis_artykuly"]=>
NULL
["ekspert_opis_pytania"]=>
NULL
["ekspert_opis_promocja"]=>
NULL
["ekspert_opis_konkurs"]=>
NULL
["updated_at"]=>
string(19) "2025-02-03 06:25:05"
}
["original":protected]=>
array(40) {
["id"]=>
int(40050)
["blogs_id"]=>
int(40050)
["templates_id"]=>
NULL
["header_off"]=>
int(0)
["header"]=>
NULL
["header_top"]=>
string(1) "0"
["header_text"]=>
NULL
["header_text_color"]=>
NULL
["header_text_size"]=>
NULL
["header_text_justify"]=>
NULL
["header_font"]=>
int(0)
["header_bold"]=>
int(0)
["header_italic"]=>
int(0)
["kolor_glowny_tekst"]=>
string(7) "#000000"
["kolor_zalogowany_tlo"]=>
string(7) "#FFFF99"
["kolor_zalogowany_tlo_boki"]=>
NULL
["kolor_glowny_link"]=>
string(7) "#000000"
["kolor_glowny_tytul"]=>
string(7) "#000000"
["kolor_glowny_tlo"]=>
string(7) "#FFFFFF"
["kolor_male_tekst"]=>
string(7) "#7D7D7D"
["kolor_tytul_tekst"]=>
string(7) "#FF0000"
["kolor_link"]=>
string(7) "#066CC0"
["kolor_ramka"]=>
string(7) "#AFAFAF"
["kolor_komentarz"]=>
string(7) "#DEDEDE"
["kolor_obok_zdjecia"]=>
NULL
["kolor_tresc"]=>
NULL
["main_center_bg"]=>
NULL
["main_header_bg"]=>
NULL
["tlo"]=>
NULL
["rodzaj_tla"]=>
int(0)
["font"]=>
int(5)
["swf"]=>
int(0)
["sortowanie_polecanych_linkow"]=>
int(0)
["wyswietl_koszty"]=>
int(0)
["ekspert_opis_wpisy"]=>
NULL
["ekspert_opis_artykuly"]=>
NULL
["ekspert_opis_pytania"]=>
NULL
["ekspert_opis_promocja"]=>
NULL
["ekspert_opis_konkurs"]=>
NULL
["updated_at"]=>
string(19) "2025-02-03 06:25:05"
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["stat"]=>
object(App\Models\BlogStat)#971 (25) {
["table":protected]=>
string(16) "mb4b_blogs_stats"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(11) {
[0]=>
string(8) "blogs_id"
[1]=>
string(5) "posts"
[2]=>
string(10) "promotions"
[3]=>
string(8) "contests"
[4]=>
string(9) "questions"
[5]=>
string(8) "comments"
[6]=>
string(6) "visits"
[7]=>
string(9) "followers"
[8]=>
string(6) "photos"
[9]=>
string(5) "costs"
[10]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(11) {
["id"]=>
int(40050)
["blogs_id"]=>
int(40050)
["posts"]=>
int(5)
["articles"]=>
int(0)
["comments"]=>
int(13)
["visits"]=>
int(3766)
["followers"]=>
int(5)
["photos"]=>
int(12)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 10:03:51"
["updated_at"]=>
string(19) "2025-03-12 09:59:41"
}
["original":protected]=>
array(11) {
["id"]=>
int(40050)
["blogs_id"]=>
int(40050)
["posts"]=>
int(5)
["articles"]=>
int(0)
["comments"]=>
int(13)
["visits"]=>
int(3766)
["followers"]=>
int(5)
["photos"]=>
int(12)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 10:03:51"
["updated_at"]=>
string(19) "2025-03-12 09:59:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
["stats_m_desc"]=>
object(Illuminate\Database\Eloquent\Collection)#890 (1) {
["items":protected]=>
array(59) {
[0]=>
object(App\Models\BlogStatM)#889 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(3060203)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202402)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(19)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2024-02-04 03:15:55"
["updated_at"]=>
string(19) "2024-02-08 22:15:46"
}
["original":protected]=>
array(12) {
["id"]=>
int(3060203)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202402)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(19)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2024-02-04 03:15:55"
["updated_at"]=>
string(19) "2024-02-08 22:15:46"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[1]=>
object(App\Models\BlogStatM)#888 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(3020959)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202401)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(38)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2024-01-03 22:14:22"
["updated_at"]=>
string(19) "2024-01-31 01:15:03"
}
["original":protected]=>
array(12) {
["id"]=>
int(3020959)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202401)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(38)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2024-01-03 22:14:22"
["updated_at"]=>
string(19) "2024-01-31 01:15:03"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[2]=>
object(App\Models\BlogStatM)#887 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2984055)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202312)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(55)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-12-02 01:15:51"
["updated_at"]=>
string(19) "2023-12-30 02:14:18"
}
["original":protected]=>
array(12) {
["id"]=>
int(2984055)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202312)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(55)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-12-02 01:15:51"
["updated_at"]=>
string(19) "2023-12-30 02:14:18"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[3]=>
object(App\Models\BlogStatM)#886 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2959582)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202311)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(64)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-11-02 00:05:30"
["updated_at"]=>
string(19) "2023-11-30 21:14:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(2959582)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202311)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(64)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-11-02 00:05:30"
["updated_at"]=>
string(19) "2023-11-30 21:14:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[4]=>
object(App\Models\BlogStatM)#885 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2919059)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202310)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(134)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-10-02 00:04:50"
["updated_at"]=>
string(19) "2023-10-31 16:13:49"
}
["original":protected]=>
array(12) {
["id"]=>
int(2919059)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202310)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(134)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-10-02 00:04:50"
["updated_at"]=>
string(19) "2023-10-31 16:13:49"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[5]=>
object(App\Models\BlogStatM)#884 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2888464)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202309)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(183)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-09-02 00:05:55"
["updated_at"]=>
string(19) "2023-09-30 19:13:46"
}
["original":protected]=>
array(12) {
["id"]=>
int(2888464)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202309)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(183)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-09-02 00:05:55"
["updated_at"]=>
string(19) "2023-09-30 19:13:46"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[6]=>
object(App\Models\BlogStatM)#883 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2838373)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202308)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(89)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-08-02 00:04:19"
["updated_at"]=>
string(19) "2023-08-31 23:13:38"
}
["original":protected]=>
array(12) {
["id"]=>
int(2838373)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202308)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(89)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-08-02 00:04:19"
["updated_at"]=>
string(19) "2023-08-31 23:13:38"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[7]=>
object(App\Models\BlogStatM)#882 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2790266)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202307)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(127)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-07-02 00:04:11"
["updated_at"]=>
string(19) "2023-07-31 11:13:16"
}
["original":protected]=>
array(12) {
["id"]=>
int(2790266)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202307)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(127)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-07-02 00:04:11"
["updated_at"]=>
string(19) "2023-07-31 11:13:16"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[8]=>
object(App\Models\BlogStatM)#881 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2763798)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202306)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(100)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-06-02 00:04:55"
["updated_at"]=>
string(19) "2023-06-28 03:13:07"
}
["original":protected]=>
array(12) {
["id"]=>
int(2763798)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202306)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(100)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-06-02 00:04:55"
["updated_at"]=>
string(19) "2023-06-28 03:13:07"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[9]=>
object(App\Models\BlogStatM)#880 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2723902)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202305)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(82)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-05-02 00:03:52"
["updated_at"]=>
string(19) "2023-06-01 00:02:53"
}
["original":protected]=>
array(12) {
["id"]=>
int(2723902)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202305)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(82)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-05-02 00:03:52"
["updated_at"]=>
string(19) "2023-06-01 00:02:53"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[10]=>
object(App\Models\BlogStatM)#879 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2701518)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202304)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(93)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-04-03 06:13:10"
["updated_at"]=>
string(19) "2023-04-30 15:13:01"
}
["original":protected]=>
array(12) {
["id"]=>
int(2701518)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202304)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(93)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-04-03 06:13:10"
["updated_at"]=>
string(19) "2023-04-30 15:13:01"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[11]=>
object(App\Models\BlogStatM)#878 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2673979)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202303)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(70)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-03-03 00:02:41"
["updated_at"]=>
string(19) "2023-03-31 08:12:59"
}
["original":protected]=>
array(12) {
["id"]=>
int(2673979)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202303)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(70)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-03-03 00:02:41"
["updated_at"]=>
string(19) "2023-03-31 08:12:59"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[12]=>
object(App\Models\BlogStatM)#877 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2632359)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202302)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(67)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-02-02 00:03:37"
["updated_at"]=>
string(19) "2023-02-26 06:12:40"
}
["original":protected]=>
array(12) {
["id"]=>
int(2632359)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202302)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(67)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-02-02 00:03:37"
["updated_at"]=>
string(19) "2023-02-26 06:12:40"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[13]=>
object(App\Models\BlogStatM)#876 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2603492)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202301)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(66)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-01-02 15:12:40"
["updated_at"]=>
string(19) "2023-01-31 20:12:37"
}
["original":protected]=>
array(12) {
["id"]=>
int(2603492)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202301)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(66)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2023-01-02 15:12:40"
["updated_at"]=>
string(19) "2023-01-31 20:12:37"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[14]=>
object(App\Models\BlogStatM)#875 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2579804)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202212)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(87)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-12-03 01:12:41"
["updated_at"]=>
string(19) "2022-12-31 22:13:02"
}
["original":protected]=>
array(12) {
["id"]=>
int(2579804)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202212)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(87)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-12-03 01:12:41"
["updated_at"]=>
string(19) "2022-12-31 22:13:02"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[15]=>
object(App\Models\BlogStatM)#874 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2551459)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202211)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(64)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-11-02 10:12:35"
["updated_at"]=>
string(19) "2022-11-29 22:15:17"
}
["original":protected]=>
array(12) {
["id"]=>
int(2551459)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202211)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(64)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-11-02 10:12:35"
["updated_at"]=>
string(19) "2022-11-29 22:15:17"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[16]=>
object(App\Models\BlogStatM)#873 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2516348)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202210)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(87)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-10-02 00:02:54"
["updated_at"]=>
string(19) "2022-10-30 18:12:55"
}
["original":protected]=>
array(12) {
["id"]=>
int(2516348)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202210)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(87)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-10-02 00:02:54"
["updated_at"]=>
string(19) "2022-10-30 18:12:55"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[17]=>
object(App\Models\BlogStatM)#872 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2479159)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202209)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(147)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-09-02 00:02:52"
["updated_at"]=>
string(19) "2022-10-01 00:02:22"
}
["original":protected]=>
array(12) {
["id"]=>
int(2479159)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202209)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(147)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-09-02 00:02:52"
["updated_at"]=>
string(19) "2022-10-01 00:02:22"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[18]=>
object(App\Models\BlogStatM)#871 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2447875)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202208)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(3)
["visits"]=>
int(519)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-08-01 12:23:21"
["updated_at"]=>
string(19) "2022-08-31 09:12:25"
}
["original":protected]=>
array(12) {
["id"]=>
int(2447875)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202208)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(3)
["visits"]=>
int(519)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-08-01 12:23:21"
["updated_at"]=>
string(19) "2022-08-31 09:12:25"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[19]=>
object(App\Models\BlogStatM)#870 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2438722)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202207)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(73)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-07-05 23:12:23"
["updated_at"]=>
string(19) "2022-07-30 06:12:27"
}
["original":protected]=>
array(12) {
["id"]=>
int(2438722)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202207)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(73)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-07-05 23:12:23"
["updated_at"]=>
string(19) "2022-07-30 06:12:27"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[20]=>
object(App\Models\BlogStatM)#869 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2401552)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202206)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(55)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-06-03 10:12:58"
["updated_at"]=>
string(19) "2022-06-28 11:12:04"
}
["original":protected]=>
array(12) {
["id"]=>
int(2401552)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202206)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(55)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-06-03 10:12:58"
["updated_at"]=>
string(19) "2022-06-28 11:12:04"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[21]=>
object(App\Models\BlogStatM)#868 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2370132)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202205)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(92)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-05-02 00:02:21"
["updated_at"]=>
string(19) "2022-05-30 15:12:15"
}
["original":protected]=>
array(12) {
["id"]=>
int(2370132)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202205)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(92)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-05-02 00:02:21"
["updated_at"]=>
string(19) "2022-05-30 15:12:15"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[22]=>
object(App\Models\BlogStatM)#867 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2340484)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202204)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(48)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-04-02 00:02:15"
["updated_at"]=>
string(19) "2022-04-26 00:11:37"
}
["original":protected]=>
array(12) {
["id"]=>
int(2340484)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202204)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(48)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-04-02 00:02:15"
["updated_at"]=>
string(19) "2022-04-26 00:11:37"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[23]=>
object(App\Models\BlogStatM)#866 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2321614)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202203)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(23)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-03-02 19:11:53"
["updated_at"]=>
string(19) "2022-03-29 19:11:52"
}
["original":protected]=>
array(12) {
["id"]=>
int(2321614)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202203)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(23)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-03-02 19:11:53"
["updated_at"]=>
string(19) "2022-03-29 19:11:52"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[24]=>
object(App\Models\BlogStatM)#865 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2287931)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202202)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(38)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-02-02 00:02:05"
["updated_at"]=>
string(19) "2022-02-27 12:01:43"
}
["original":protected]=>
array(12) {
["id"]=>
int(2287931)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202202)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(38)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-02-02 00:02:05"
["updated_at"]=>
string(19) "2022-02-27 12:01:43"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[25]=>
object(App\Models\BlogStatM)#864 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2262472)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202201)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(20)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-01-04 14:13:43"
["updated_at"]=>
string(19) "2022-01-31 06:11:34"
}
["original":protected]=>
array(12) {
["id"]=>
int(2262472)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202201)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(20)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2022-01-04 14:13:43"
["updated_at"]=>
string(19) "2022-01-31 06:11:34"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[26]=>
object(App\Models\BlogStatM)#863 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2237957)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202111)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(270)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-11-02 00:11:52"
["updated_at"]=>
string(19) "2021-11-23 09:22:33"
}
["original":protected]=>
array(12) {
["id"]=>
int(2237957)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202111)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(270)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-11-02 00:11:52"
["updated_at"]=>
string(19) "2021-11-23 09:22:33"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[27]=>
object(App\Models\BlogStatM)#862 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2203526)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202110)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(172)
["followers"]=>
int(0)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-10-02 00:11:48"
["updated_at"]=>
string(19) "2021-11-01 00:11:17"
}
["original":protected]=>
array(12) {
["id"]=>
int(2203526)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202110)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(172)
["followers"]=>
int(0)
["photos"]=>
int(4)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-10-02 00:11:48"
["updated_at"]=>
string(19) "2021-11-01 00:11:17"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[28]=>
object(App\Models\BlogStatM)#861 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2187877)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202109)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(20)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-09-05 13:11:12"
["updated_at"]=>
string(19) "2021-09-30 20:11:38"
}
["original":protected]=>
array(12) {
["id"]=>
int(2187877)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202109)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(20)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-09-05 13:11:12"
["updated_at"]=>
string(19) "2021-09-30 20:11:38"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[29]=>
object(App\Models\BlogStatM)#860 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2151820)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202108)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(23)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-08-04 16:11:16"
["updated_at"]=>
string(19) "2021-08-31 21:11:17"
}
["original":protected]=>
array(12) {
["id"]=>
int(2151820)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202108)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(23)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-08-04 16:11:16"
["updated_at"]=>
string(19) "2021-08-31 21:11:17"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[30]=>
object(App\Models\BlogStatM)#859 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2131328)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202107)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(11)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-07-08 19:11:08"
["updated_at"]=>
string(19) "2021-07-29 18:11:15"
}
["original":protected]=>
array(12) {
["id"]=>
int(2131328)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202107)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(11)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-07-08 19:11:08"
["updated_at"]=>
string(19) "2021-07-29 18:11:15"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[31]=>
object(App\Models\BlogStatM)#858 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2102375)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202106)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(10)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-06-10 17:11:07"
["updated_at"]=>
string(19) "2021-06-30 21:11:01"
}
["original":protected]=>
array(12) {
["id"]=>
int(2102375)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202106)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(10)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-06-10 17:11:07"
["updated_at"]=>
string(19) "2021-06-30 21:11:01"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[32]=>
object(App\Models\BlogStatM)#857 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2056240)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202105)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-05-13 14:24:42"
["updated_at"]=>
string(19) "2021-05-27 20:11:12"
}
["original":protected]=>
array(12) {
["id"]=>
int(2056240)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202105)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-05-13 14:24:42"
["updated_at"]=>
string(19) "2021-05-27 20:11:12"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[33]=>
object(App\Models\BlogStatM)#856 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(2012719)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202104)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(5)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-04-02 04:10:52"
["updated_at"]=>
string(19) "2021-04-19 09:10:57"
}
["original":protected]=>
array(12) {
["id"]=>
int(2012719)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202104)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(5)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-04-02 04:10:52"
["updated_at"]=>
string(19) "2021-04-19 09:10:57"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[34]=>
object(App\Models\BlogStatM)#855 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1989703)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202103)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(13)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-03-03 01:10:45"
["updated_at"]=>
string(19) "2021-04-01 00:10:50"
}
["original":protected]=>
array(12) {
["id"]=>
int(1989703)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202103)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(13)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-03-03 01:10:45"
["updated_at"]=>
string(19) "2021-04-01 00:10:50"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[35]=>
object(App\Models\BlogStatM)#854 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1961086)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202102)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(8)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-02-04 04:10:42"
["updated_at"]=>
string(19) "2021-02-26 04:10:50"
}
["original":protected]=>
array(12) {
["id"]=>
int(1961086)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202102)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(8)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-02-04 04:10:42"
["updated_at"]=>
string(19) "2021-02-26 04:10:50"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[36]=>
object(App\Models\BlogStatM)#853 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1925754)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202101)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(25)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-01-02 12:10:44"
["updated_at"]=>
string(19) "2021-01-31 16:10:50"
}
["original":protected]=>
array(12) {
["id"]=>
int(1925754)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202101)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(25)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2021-01-02 12:10:44"
["updated_at"]=>
string(19) "2021-01-31 16:10:50"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[37]=>
object(App\Models\BlogStatM)#852 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1886374)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202012)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(9)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-12-02 02:10:34"
["updated_at"]=>
string(19) "2020-12-28 22:10:47"
}
["original":protected]=>
array(12) {
["id"]=>
int(1886374)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202012)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(9)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-12-02 02:10:34"
["updated_at"]=>
string(19) "2020-12-28 22:10:47"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[38]=>
object(App\Models\BlogStatM)#851 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1855877)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202011)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-11-02 02:10:30"
["updated_at"]=>
string(19) "2020-11-27 04:10:40"
}
["original":protected]=>
array(12) {
["id"]=>
int(1855877)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202011)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-11-02 02:10:30"
["updated_at"]=>
string(19) "2020-11-27 04:10:40"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[39]=>
object(App\Models\BlogStatM)#850 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1819964)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202010)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(25)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-10-03 11:10:32"
["updated_at"]=>
string(19) "2020-10-31 11:10:36"
}
["original":protected]=>
array(12) {
["id"]=>
int(1819964)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202010)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(25)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-10-03 11:10:32"
["updated_at"]=>
string(19) "2020-10-31 11:10:36"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[40]=>
object(App\Models\BlogStatM)#849 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1784453)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202009)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(43)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-09-02 00:10:40"
["updated_at"]=>
string(19) "2020-09-30 15:10:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(1784453)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202009)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(43)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-09-02 00:10:40"
["updated_at"]=>
string(19) "2020-09-30 15:10:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[41]=>
object(App\Models\BlogStatM)#848 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1763472)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202008)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(18)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-08-04 21:10:25"
["updated_at"]=>
string(19) "2020-08-30 12:10:39"
}
["original":protected]=>
array(12) {
["id"]=>
int(1763472)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202008)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(18)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-08-04 21:10:25"
["updated_at"]=>
string(19) "2020-08-30 12:10:39"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[42]=>
object(App\Models\BlogStatM)#847 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1738690)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202007)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(12)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-07-08 01:10:25"
["updated_at"]=>
string(19) "2020-07-31 18:10:26"
}
["original":protected]=>
array(12) {
["id"]=>
int(1738690)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202007)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(12)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-07-08 01:10:25"
["updated_at"]=>
string(19) "2020-07-31 18:10:26"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[43]=>
object(App\Models\BlogStatM)#846 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1704578)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202006)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(5)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-06-04 23:10:24"
["updated_at"]=>
string(19) "2020-06-27 11:10:24"
}
["original":protected]=>
array(12) {
["id"]=>
int(1704578)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202006)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(5)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-06-04 23:10:24"
["updated_at"]=>
string(19) "2020-06-27 11:10:24"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[44]=>
object(App\Models\BlogStatM)#845 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1669164)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202005)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(8)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-05-02 20:10:23"
["updated_at"]=>
string(19) "2020-05-25 23:10:25"
}
["original":protected]=>
array(12) {
["id"]=>
int(1669164)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202005)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(8)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-05-02 20:10:23"
["updated_at"]=>
string(19) "2020-05-25 23:10:25"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[45]=>
object(App\Models\BlogStatM)#844 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1636188)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202004)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(19)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-04-02 00:10:19"
["updated_at"]=>
string(19) "2020-04-30 10:10:19"
}
["original":protected]=>
array(12) {
["id"]=>
int(1636188)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202004)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(19)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-04-02 00:10:19"
["updated_at"]=>
string(19) "2020-04-30 10:10:19"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[46]=>
object(App\Models\BlogStatM)#843 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1617143)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202003)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-03-04 18:10:14"
["updated_at"]=>
string(19) "2020-03-30 21:10:19"
}
["original":protected]=>
array(12) {
["id"]=>
int(1617143)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202003)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-03-04 18:10:14"
["updated_at"]=>
string(19) "2020-03-30 21:10:19"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[47]=>
object(App\Models\BlogStatM)#842 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1592501)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202002)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(40)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-02-05 16:10:14"
["updated_at"]=>
string(19) "2020-02-28 16:10:18"
}
["original":protected]=>
array(12) {
["id"]=>
int(1592501)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202002)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(40)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-02-05 16:10:14"
["updated_at"]=>
string(19) "2020-02-28 16:10:18"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[48]=>
object(App\Models\BlogStatM)#841 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1565918)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202001)
["posts"]=>
int(-1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(10)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-01-05 09:54:11"
["updated_at"]=>
string(19) "2020-01-29 14:10:16"
}
["original":protected]=>
array(12) {
["id"]=>
int(1565918)
["blogs_id"]=>
int(40050)
["ym"]=>
int(202001)
["posts"]=>
int(-1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(10)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2020-01-05 09:54:11"
["updated_at"]=>
string(19) "2020-01-29 14:10:16"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[49]=>
object(App\Models\BlogStatM)#840 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1538440)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201912)
["posts"]=>
int(-1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:07:09"
["updated_at"]=>
string(19) "2019-12-29 13:47:03"
}
["original":protected]=>
array(12) {
["id"]=>
int(1538440)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201912)
["posts"]=>
int(-1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(17)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:07:09"
["updated_at"]=>
string(19) "2019-12-29 13:47:03"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[50]=>
object(App\Models\BlogStatM)#839 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1508254)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201911)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(163)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:06:05"
["updated_at"]=>
string(19) "2019-12-05 11:06:05"
}
["original":protected]=>
array(12) {
["id"]=>
int(1508254)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201911)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(163)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:06:05"
["updated_at"]=>
string(19) "2019-12-05 11:06:05"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[51]=>
object(App\Models\BlogStatM)#838 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(116726)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201910)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(326)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:30"
["updated_at"]=>
string(19) "2019-12-05 11:04:16"
}
["original":protected]=>
array(12) {
["id"]=>
int(116726)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201910)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(326)
["followers"]=>
int(0)
["photos"]=>
int(2)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:30"
["updated_at"]=>
string(19) "2019-12-05 11:04:16"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[52]=>
object(App\Models\BlogStatM)#837 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(116435)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201909)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(6)
["visits"]=>
int(348)
["followers"]=>
int(1)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:29"
["updated_at"]=>
string(19) "2019-12-05 11:02:50"
}
["original":protected]=>
array(12) {
["id"]=>
int(116435)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201909)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(6)
["visits"]=>
int(348)
["followers"]=>
int(1)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:29"
["updated_at"]=>
string(19) "2019-12-05 11:02:50"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[53]=>
object(App\Models\BlogStatM)#836 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1422669)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201908)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(162)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:01:41"
["updated_at"]=>
string(19) "2019-12-05 11:01:41"
}
["original":protected]=>
array(12) {
["id"]=>
int(1422669)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201908)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(162)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 11:01:41"
["updated_at"]=>
string(19) "2019-12-05 11:01:41"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[54]=>
object(App\Models\BlogStatM)#835 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(115831)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201907)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(317)
["followers"]=>
int(0)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:27"
["updated_at"]=>
string(19) "2019-12-05 11:00:51"
}
["original":protected]=>
array(12) {
["id"]=>
int(115831)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201907)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(317)
["followers"]=>
int(0)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:27"
["updated_at"]=>
string(19) "2019-12-05 11:00:51"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[55]=>
object(App\Models\BlogStatM)#834 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(110127)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201906)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(4)
["visits"]=>
int(192)
["followers"]=>
int(3)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:33:13"
["updated_at"]=>
string(19) "2019-12-05 10:59:30"
}
["original":protected]=>
array(12) {
["id"]=>
int(110127)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201906)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(4)
["visits"]=>
int(192)
["followers"]=>
int(3)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:33:13"
["updated_at"]=>
string(19) "2019-12-05 10:59:30"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[56]=>
object(App\Models\BlogStatM)#833 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1361365)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201905)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(14)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:58:59"
["updated_at"]=>
string(19) "2019-12-05 10:58:59"
}
["original":protected]=>
array(12) {
["id"]=>
int(1361365)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201905)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(14)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:58:59"
["updated_at"]=>
string(19) "2019-12-05 10:58:59"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[57]=>
object(App\Models\BlogStatM)#832 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(114488)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201904)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(20)
["followers"]=>
int(1)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:24"
["updated_at"]=>
string(19) "2019-12-05 10:57:45"
}
["original":protected]=>
array(12) {
["id"]=>
int(114488)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201904)
["posts"]=>
int(1)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(20)
["followers"]=>
int(1)
["photos"]=>
int(1)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-04 16:34:24"
["updated_at"]=>
string(19) "2019-12-05 10:57:45"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
[58]=>
object(App\Models\BlogStatM)#831 (25) {
["table":protected]=>
string(18) "mb4b_blogs_stats_m"
["guarded":protected]=>
array(1) {
[0]=>
string(2) "id"
}
["fillable":protected]=>
array(12) {
[0]=>
string(8) "blogs_id"
[1]=>
string(2) "ym"
[2]=>
string(5) "posts"
[3]=>
string(10) "promotions"
[4]=>
string(8) "contests"
[5]=>
string(9) "questions"
[6]=>
string(8) "comments"
[7]=>
string(6) "visits"
[8]=>
string(9) "followers"
[9]=>
string(6) "photos"
[10]=>
string(5) "costs"
[11]=>
string(10) "created_at"
}
["dates"]=>
array(2) {
[0]=>
string(10) "updated_at"
[1]=>
string(10) "created_at"
}
["timestamps"]=>
bool(true)
["connection":protected]=>
string(5) "mysql"
["primaryKey":protected]=>
string(2) "id"
["keyType":protected]=>
string(3) "int"
["incrementing"]=>
bool(true)
["with":protected]=>
array(0) {
}
["withCount":protected]=>
array(0) {
}
["perPage":protected]=>
int(15)
["exists"]=>
bool(true)
["wasRecentlyCreated"]=>
bool(false)
["attributes":protected]=>
array(12) {
["id"]=>
int(1315978)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201903)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:57:10"
["updated_at"]=>
string(19) "2019-12-05 10:57:10"
}
["original":protected]=>
array(12) {
["id"]=>
int(1315978)
["blogs_id"]=>
int(40050)
["ym"]=>
int(201903)
["posts"]=>
int(0)
["articles"]=>
int(0)
["comments"]=>
int(0)
["visits"]=>
int(1)
["followers"]=>
int(0)
["photos"]=>
int(0)
["costs"]=>
int(0)
["created_at"]=>
string(19) "2019-12-05 10:57:10"
["updated_at"]=>
string(19) "2019-12-05 10:57:10"
}
["casts":protected]=>
array(0) {
}
["dateFormat":protected]=>
NULL
["appends":protected]=>
array(0) {
}
["events":protected]=>
array(0) {
}
["observables":protected]=>
array(0) {
}
["relations":protected]=>
array(0) {
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
}
}
["online"]=>
object(Illuminate\Database\Eloquent\Collection)#894 (1) {
["items":protected]=>
array(0) {
}
}
}
["touches":protected]=>
array(0) {
}
["hidden":protected]=>
array(0) {
}
["visible":protected]=>
array(0) {
}
}
Komentarze