$ sudo vi /etc/hostname
servername (usually scw-xxxxxx)Save & exit.
$ sudo vi /etc/hosts
127.0.1.1 scw-xxxxxx scw-xxxxxx$ sudo vi /etc/hostname
servername (usually scw-xxxxxx)Save & exit.
$ sudo vi /etc/hosts
127.0.1.1 scw-xxxxxx scw-xxxxxx| # Connects gpg-agent to the OSX keychain via the brew-installed | |
| # pinentry program from GPGtools. This is the OSX 'magic sauce', | |
| # allowing the gpg key's passphrase to be stored in the login | |
| # keychain, enabling automatic key signing | |
| pinentry-program /usr/local/bin/pinentry-mac |
add_filter( 'dashboard_recent_posts_query_args', function ( $query_args ) {
// Return public built-in posts + custom post types with 'post' capabilities
$post_types = get_post_types( array( 'public' => true, "capability_type" => "post" ) );
if ( is_array( $query_args['post_type'] ) ) {
$query_args['post_type'] = $post_types;
} else {
$temp = $post_types;
$query_args['post_type'] = $temp;
}I hereby claim:
To claim this, I am signing this object:
| const fda = ( fields ) => { | |
| let data = [] | |
| for(const f of fields ){ | |
| data.push(fd(f)) | |
| } | |
| return data | |
| } | |
| const fd = ( field ) => { | |
| let data = { |
| [2023-02-03 10:59:33] local.ERROR: The attribute [phone] either does not exist or was not retrieved for model [App\Models\Team]. {"userId":1,"exception":"[object] (Illuminate\\Database\\Eloquent\\MissingAttributeException(code: 0): The attribute [phone] either does not exist or was not retrieved for model [App\\Models\\Team]. at /Users/wassim/Sites/laravel/devwizard-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php:478) | |
| [stacktrace] | |
| #0 /Users/wassim/Sites/laravel/devwizard-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Concerns/HasAttributes.php(458): Illuminate\\Database\\Eloquent\\Model->throwMissingAttributeExceptionIfApplicable('phone') | |
| #1 /Users/wassim/Sites/laravel/devwizard-app/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(2212): Illuminate\\Database\\Eloquent\\Model->getAttribute('phone') | |
| #2 /Users/wassim/Sites/laravel/devwizard-app/vendor/laravel/cashier/src/Concerns/ManagesCustomer.php(168): Illuminate\\Database\\Eloquent\\M |